Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-01 02:17:40 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-06-01 02:26:36 +0300
commitfd116b8dfa731122e1b6f8ededf00074940e2848 (patch)
tree04a8e8e78033b0d322262df3809efc7a9823153f /libavcodec/msmpeg4.c
parenteb5a308d0e75120425c926b25b7141e2e8ea49bd (diff)
parent378a00087fdadcc9b34165c05cd10a1a15f3fe61 (diff)
Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'
* commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61': mpegvideo: Move tables to a separate file Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/msmpeg4.c')
-rw-r--r--libavcodec/msmpeg4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/msmpeg4.c b/libavcodec/msmpeg4.c
index 7300af316e..c9a2108912 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"
#include "libavutil/imgutils.h"