Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-01 09:10:17 +0300
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2022-02-13 21:35:58 +0300
commite2cf60f0401c6731026a82f7b5b18b1b0389ee5d (patch)
tree0d61bff193002232dc1b1efabe0fef974db6b28f /libavcodec/vc1dec.c
parent9f2b566301576242ce621b9b73a9bdccee7bb5ff (diff)
avcodec/msmpeg4.h: Move decoder-only parts to a new header
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index 7ed5133cfa..89cccc1929 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -33,8 +33,8 @@
#include "internal.h"
#include "mpeg_er.h"
#include "mpegvideo.h"
-#include "msmpeg4.h"
#include "msmpeg4data.h"
+#include "msmpeg4dec.h"
#include "profiles.h"
#include "vc1.h"
#include "vc1data.h"