summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-08-03 01:20:52 -0300
committerJames Almer <jamrial@gmail.com>2016-08-04 16:40:51 -0300
commitbe63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae (patch)
tree414bbdb625ff194ca34b5c90050353d38377dcaf /libavcodec/mpeg12.c
parent376d4b3c0d9d779baef3e2a72ac1ffe77e8508b8 (diff)
downloadffmpeg-streaming-be63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae.zip
ffmpeg-streaming-be63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae.tar.gz
avcodec/vdpau: clean up vdpau_internal.h
Also don't include it on files that don't need it. This reduces differences with libav Tested-by: Timothy Gu <timothygu99@gmail.com> Reveiwed-by: Carl Eugen Hoyos <ceffmpeg@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/mpeg12.c')
-rw-r--r--libavcodec/mpeg12.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpeg12.c b/libavcodec/mpeg12.c
index 7c14052..a61d45b 100644
--- a/libavcodec/mpeg12.c
+++ b/libavcodec/mpeg12.c
@@ -39,7 +39,6 @@
#include "mpeg12data.h"
#include "mpegvideodata.h"
#include "bytestream.h"
-#include "vdpau_internal.h"
#include "thread.h"
uint8_t ff_mpeg12_static_rl_table_store[2][2][2*MAX_RUN + MAX_LEVEL + 3];
OpenPOWER on IntegriCloud