summaryrefslogtreecommitdiff
path: root/libavcodec/vdpau_mpeg4.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 07:31:26 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:41:57 +0100
commit1187765f3b7372c6f8c2264297fded779574ad01 (patch)
treeda60592f16fdd29c3ea0aff0caa39b18fb7eca54 /libavcodec/vdpau_mpeg4.c
parent20d74fb09dbf133f9de92ed55314c7a547309d84 (diff)
avcodec/mpeg4video.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vdpau_mpeg4.c')
-rw-r--r--libavcodec/vdpau_mpeg4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vdpau_mpeg4.c b/libavcodec/vdpau_mpeg4.c
index 93b25beb1f..6e082eefc6 100644
--- a/libavcodec/vdpau_mpeg4.c
+++ b/libavcodec/vdpau_mpeg4.c
@@ -25,7 +25,7 @@
#include "avcodec.h"
#include "hwconfig.h"
-#include "mpeg4video.h"
+#include "mpeg4videodec.h"
#include "vdpau.h"
#include "vdpau_internal.h"