diff dv.c @ 1008:fb6cbb8a04a3 libavcodec

fixing DCTELEM != short
author michaelni
date Wed, 15 Jan 2003 19:21:21 +0000
parents 693a0797398f
children 1f9afd8b9131
line wrap: on
line diff
--- a/dv.c	Wed Jan 15 18:05:23 2003 +0000
+++ b/dv.c	Wed Jan 15 19:21:21 2003 +0000
@@ -157,7 +157,7 @@
 
 /* decode ac coefs */
 static void dv_decode_ac(DVVideoDecodeContext *s, 
-                         BlockInfo *mb, INT16 *block, int last_index)
+                         BlockInfo *mb, DCTELEM *block, int last_index)
 {
     int last_re_index;
     int shift_offset = mb->shift_offset;