diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-29 19:44:03 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 13:06:19 +0200 |
commit | 378a00087fdadcc9b34165c05cd10a1a15f3fe61 (patch) | |
tree | ecb75b2ced6439e05e58606ab352e1427dfd6f70 /libavcodec/flvdec.c | |
parent | 31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (diff) | |
download | ffmpeg-378a00087fdadcc9b34165c05cd10a1a15f3fe61.tar.gz |
mpegvideo: Move tables to a separate file
Diffstat (limited to 'libavcodec/flvdec.c')
-rw-r--r-- | libavcodec/flvdec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/flvdec.c b/libavcodec/flvdec.c index 0a6f268579..71617947bb 100644 --- a/libavcodec/flvdec.c +++ b/libavcodec/flvdec.c @@ -23,6 +23,7 @@ #include "flv.h" #include "h263.h" #include "mpegvideo.h" +#include "mpegvideodata.h" void ff_flv2_decode_ac_esc(GetBitContext *gb, int *level, int *run, int *last) { |