mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-05-06 14:39:51 +08:00
Wrong flag tested
Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
+1
-1
@@ -1646,7 +1646,7 @@ static int vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
|
||||
if(v->tfcntrflag)
|
||||
get_bits(gb, 8);
|
||||
if(v->broadcast) {
|
||||
if(!v->interlace || v->panscanflag) {
|
||||
if(!v->interlace || v->psf) {
|
||||
v->rptfrm = get_bits(gb, 2);
|
||||
} else {
|
||||
v->tff = get_bits1(gb);
|
||||
|
||||
Reference in New Issue
Block a user