mirror of https://git.ffmpeg.org/ffmpeg.git
vc1: warn for unimplemented pan-scan feature.
This commit is contained in:
parent
8d9769a77b
commit
72452cc475
|
@ -863,6 +863,7 @@ int vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
|
|||
}
|
||||
}
|
||||
if(v->panscanflag) {
|
||||
av_log_missing_feature(v->s.avctx, "Pan-scan", 0);
|
||||
//...
|
||||
}
|
||||
v->rnd = get_bits1(gb);
|
||||
|
|
Loading…
Reference in New Issue