summaryrefslogtreecommitdiff
path: root/libavcodec/vc1dec.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-05-29 19:44:02 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-31 13:06:19 +0200
commit31a117a0e6d6eafdf997bfe0843f3e3d39cc0332 (patch)
treef53eb4af01671bf2ff3e7cc95d9c243d69aa6ab0 /libavcodec/vc1dec.c
parent2f15846ad7ad57beb0bca99c624affa0facf284b (diff)
mpegvideo: msmpeg4: Move function declarations
Diffstat (limited to 'libavcodec/vc1dec.c')
-rw-r--r--libavcodec/vc1dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vc1dec.c b/libavcodec/vc1dec.c
index 2a252d31ee..53254f0949 100644
--- a/libavcodec/vc1dec.c
+++ b/libavcodec/vc1dec.c
@@ -32,6 +32,7 @@
#include "internal.h"
#include "mpeg_er.h"
#include "mpegvideo.h"
+#include "msmpeg4.h"
#include "msmpeg4data.h"
#include "vc1.h"
#include "vc1data.h"