diff vc9.c @ 2476:38dbec9a148d libavcodec

100000l (typos in the #define for selecting the NORM6 method -> wasnt compiled, after fixing typos new method doesnt even compile -> swicth back to old until its fixed)
author michael
date Sun, 30 Jan 2005 22:28:11 +0000
parents db05cb59c6fc
children 5d28ea40fd98
line wrap: on
line diff
--- a/vc9.c	Sun Jan 30 21:54:20 2005 +0000
+++ b/vc9.c	Sun Jan 30 22:28:11 2005 +0000
@@ -33,6 +33,9 @@
 #include "mpegvideo.h"
 #include "vc9data.h"
 
+#undef NDEBUG
+#include <assert.h>
+
 extern const uint32_t ff_table0_dc_lum[120][2], ff_table1_dc_lum[120][2];
 extern const uint32_t ff_table0_dc_chroma[120][2], ff_table1_dc_chroma[120][2];
 extern VLC ff_msmp4_dc_luma_vlc[2], ff_msmp4_dc_chroma_vlc[2];
@@ -139,7 +142,7 @@
 #endif
 #if TILE_VLC_METHOD == 2
 #define VC9_NORM6_FIRST_BITS 8
-#define VC9_NORM6_SECOND 8
+#define VC9_NORM6_SECOND_BITS 8
 static VLC vc9_norm6_first, vc9_norm6_second;
 #endif
 /* Could be optimized, one table only needs 8 bits */