mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
Block a user