changeset 3370:ad7215e207f8 libavcodec

typo
author kostya
date Fri, 30 Jun 2006 03:17:31 +0000
parents 36e208be9ad6
children a922021d6455
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Fri Jun 30 02:47:36 2006 +0000
+++ b/vc1.c	Fri Jun 30 03:17:31 2006 +0000
@@ -2111,7 +2111,7 @@
                 i += skip;
                 if(i > 31)
                     break;
-                idx = vc1_simple_progressive_8x4_zz[i++];
+                idx = vc1_simple_progressive_4x8_zz[i++];
                 block[idx + off] = value * scale;
             }
             if(!(subblkpat & (1 << (1 - j))))