comparison 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
comparison
equal deleted inserted replaced
11520:a791382fd782 11521:85d679e0b591
42 #include "dsputil.h" 42 #include "dsputil.h"
43 #include "get_bits.h" 43 #include "get_bits.h"
44 #include "put_bits.h" 44 #include "put_bits.h"
45 #include "simple_idct.h" 45 #include "simple_idct.h"
46 #include "dvdata.h" 46 #include "dvdata.h"
47 #include "dv_vlc_data.h"
47 48
48 //#undef NDEBUG 49 //#undef NDEBUG
49 //#include <assert.h> 50 //#include <assert.h>
50 51
51 typedef struct DVVideoContext { 52 typedef struct DVVideoContext {