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:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-09-12 17:11:05 +0300
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-09-13 18:34:46 +0300
commite60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b (patch)
treea13042327a2abc526a5baa848c4f8b76386d0d34 /libavcodec/libxvid.c
parent5d14cf199990cd378904a2618b5c72c4b02290f6 (diff)
mpegvideo: Drop mpegvideo.h where not needed
Add necessary headers in .c files.
Diffstat (limited to 'libavcodec/libxvid.c')
-rw-r--r--libavcodec/libxvid.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libavcodec/libxvid.c b/libavcodec/libxvid.c
index 1ab8e56964..4b24ca6292 100644
--- a/libavcodec/libxvid.c
+++ b/libavcodec/libxvid.c
@@ -25,18 +25,21 @@
* @author Adam Thayer (krevnik@comcast.net)
*/
+#include <stdio.h>
+#include <string.h>
#include <unistd.h>
#include <xvid.h>
#include "libavutil/cpu.h"
+#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
+#include "libavutil/opt.h"
#include "avcodec.h"
#include "internal.h"
#include "libxvid.h"
#include "mpegutils.h"
-#include "mpegvideo.h"
/**
* Buffer management macros.