diff h263.c @ 325:15efd80cf51e libavcodec

mpeg2/mpeg4 dequantizer support (c & mmx) mpeg1 dequantizer optimizations
author michaelni
date Wed, 17 Apr 2002 16:30:31 +0000
parents 9c6f056f0e41
children d359db02fc90
line wrap: on
line diff
--- a/h263.c	Wed Apr 17 04:32:12 2002 +0000
+++ b/h263.c	Wed Apr 17 16:30:31 2002 +0000
@@ -2669,7 +2669,7 @@
                     }
                 }
 
-                s->dct_unquantize= s->dct_unquantize_mpeg;
+                s->dct_unquantize= s->dct_unquantize_mpeg2;
 
                 // FIXME a bunch of grayscale shape things
             }else