diff dv.c @ 11521:85d679e0b591 libavcodec

Split VLC-related tables out of dvdata.h to make it easier to add support for hard-coding tables.
author reimar
date Sun, 21 Mar 2010 14:43:50 +0000
parents d464f498e19f
children 3367dd5913a0
line wrap: on
line diff
--- a/dv.c	Sun Mar 21 11:36:17 2010 +0000
+++ b/dv.c	Sun Mar 21 14:43:50 2010 +0000
@@ -44,6 +44,7 @@
 #include "put_bits.h"
 #include "simple_idct.h"
 #include "dvdata.h"
+#include "dv_vlc_data.h"
 
 //#undef NDEBUG
 //#include <assert.h>