From be63ef3c4e6399a3ef8d22cc25e9cb3575cf74ae Mon Sep 17 00:00:00 2001 From: James Almer Date: Wed, 3 Aug 2016 01:20:52 -0300 Subject: 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 Reveiwed-by: Carl Eugen Hoyos Signed-off-by: James Almer --- libavcodec/mpeg12.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/mpeg12.c') 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]; -- cgit v1.1