diff h263dec.c @ 752:97077dd24bfa libavcodec

fixing alt_scan for the first frame (variable was reset)
author michaelni
date Wed, 16 Oct 2002 17:23:18 +0000
parents 4adadf210b3b
children f2644bb12a43
line wrap: on
line diff
--- a/h263dec.c	Tue Oct 15 15:24:08 2002 +0000
+++ b/h263dec.c	Wed Oct 16 17:23:18 2002 +0000
@@ -334,7 +334,7 @@
     s->bitstream_buffer_size=0;
 
     if (!s->context_initialized) {
-        if (DCT_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
+        if (MPV_common_init(s) < 0) //we need the idct permutaton for reading a custom matrix
             return -1;
     }