Commit 5ef291c3 authored by kostya's avatar kostya

Wrong flag tested

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 737bab04
...@@ -1646,7 +1646,7 @@ static int vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb) ...@@ -1646,7 +1646,7 @@ static int vc1_parse_frame_header_adv(VC1Context *v, GetBitContext* gb)
if(v->tfcntrflag) if(v->tfcntrflag)
get_bits(gb, 8); get_bits(gb, 8);
if(v->broadcast) { if(v->broadcast) {
if(!v->interlace || v->panscanflag) { if(!v->interlace || v->psf) {
v->rptfrm = get_bits(gb, 2); v->rptfrm = get_bits(gb, 2);
} else { } else {
v->tff = get_bits1(gb); v->tff = get_bits1(gb);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment