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/msmpeg4.c | |
parent | 31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (diff) | |
download | ffmpeg-378a00087fdadcc9b34165c05cd10a1a15f3fe61.tar.gz |
mpegvideo: Move tables to a separate file
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r-- | libavcodec/msmpeg4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c index 95b5c93ea3..94bd86e0e3 100644 --- a/libavcodec/msmpeg4.c +++ b/libavcodec/msmpeg4.c @@ -35,6 +35,7 @@ #include "h263.h" #include "mpeg4video.h" #include "msmpeg4data.h" +#include "mpegvideodata.h" #include "vc1data.h" /* |