changeset 4485:81a120f5f8d0 libavcodec

Wrong flag tested
author kostya
date Tue, 06 Feb 2007 07:07:29 +0000
parents 3b1815b57b6d
children 1d2320afa864
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Tue Feb 06 00:35:51 2007 +0000
+++ b/vc1.c	Tue Feb 06 07:07:29 2007 +0000
@@ -1646,7 +1646,7 @@
     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);