diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-21 14:43:50 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-03-21 14:43:50 +0000 |
commit | 10249a5f31237210977c8c64d529e1030f974642 (patch) | |
tree | 5b95ce5691f6d553005e65e773431daf3fe10d0c /libavcodec/dv.c | |
parent | b531e1ab5938978a9ba4a6a62da6f8a9dd9f193b (diff) | |
download | ffmpeg-10249a5f31237210977c8c64d529e1030f974642.tar.gz |
Split VLC-related tables out of dvdata.h to make it easier to add support
for hard-coding tables.
Originally committed as revision 22620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/dv.c')
-rw-r--r-- | libavcodec/dv.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/dv.c b/libavcodec/dv.c index 093ba9d720..a35bd14f9e 100644 --- a/libavcodec/dv.c +++ b/libavcodec/dv.c @@ -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> |