summaryrefslogtreecommitdiff
path: root/libavcodec/mss2.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 07:10:17 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 19:35:58 +0100
commite2cf60f0401c6731026a82f7b5b18b1b0389ee5d (patch)
tree0d61bff193002232dc1b1efabe0fef974db6b28f /libavcodec/mss2.c
parent9f2b566301576242ce621b9b73a9bdccee7bb5ff (diff)
downloadffmpeg-e2cf60f0401c6731026a82f7b5b18b1b0389ee5d.tar.gz
avcodec/msmpeg4.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/mss2.c')
-rw-r--r--libavcodec/mss2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c
index d7a19f6ad2..dcf91f9828 100644
--- a/libavcodec/mss2.c
+++ b/libavcodec/mss2.c
@@ -27,7 +27,7 @@
#include "error_resilience.h"
#include "internal.h"
#include "mpeg_er.h"
-#include "msmpeg4.h"
+#include "msmpeg4dec.h"
#include "qpeldsp.h"
#include "vc1.h"
#include "wmv2data.h"