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:
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"