aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/msmpeg4dec.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/msmpeg4dec.c
parent20d74fb09dbf133f9de92ed55314c7a547309d84 (diff)
downloadffmpeg-1187765f3b7372c6f8c2264297fded779574ad01.tar.gz
avcodec/mpeg4video.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/msmpeg4dec.c')
-rw-r--r--libavcodec/msmpeg4dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/msmpeg4dec.c b/libavcodec/msmpeg4dec.c
index a490da1aa6..a823cc1e12 100644
--- a/libavcodec/msmpeg4dec.c
+++ b/libavcodec/msmpeg4dec.c
@@ -32,7 +32,7 @@
#include "h263.h"
#include "h263data.h"
#include "h263dec.h"
-#include "mpeg4video.h"
+#include "mpeg4videodec.h"
#include "msmpeg4data.h"
#include "wmv2dec.h"