summaryrefslogtreecommitdiffstats
path: root/libmpdemux/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/video.c')
-rw-r--r--libmpdemux/video.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/libmpdemux/video.c b/libmpdemux/video.c
index b0f72c515f..cd061acc1c 100644
--- a/libmpdemux/video.c
+++ b/libmpdemux/video.c
@@ -22,12 +22,6 @@
/* sub_cc (closed captions)*/
#include "sub_cc.h"
-#ifdef USE_LIBAVCODEC
-#include "libavcodec/avcodec.h"
-#else
-#define FF_INPUT_BUFFER_PADDING_SIZE 8
-#endif
-
/* biCompression constant */
#define BI_RGB 0L