summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-02-10 14:55:52 +0100
committerDiego Biurrun <diego@biurrun.de>2016-02-19 20:38:18 +0100
commitf9fbd474676e903e12efe83203697d60a9d28cf9 (patch)
tree154eecbac11518705cdc6d56680b166b7c788bde /libavcodec/wmv2.c
parent79866803ffc4c1a1b02663de9bab216b8cfdb8b4 (diff)
msmpeg4data: Move WMV2 data tables to their own file
Diffstat (limited to 'libavcodec/wmv2.c')
-rw-r--r--libavcodec/wmv2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/wmv2.c b/libavcodec/wmv2.c
index 3974254fab..6542d31e9d 100644
--- a/libavcodec/wmv2.c
+++ b/libavcodec/wmv2.c
@@ -25,6 +25,7 @@
#include "msmpeg4data.h"
#include "simple_idct.h"
#include "wmv2.h"
+#include "wmv2data.h"
av_cold void ff_wmv2_common_init(Wmv2Context *w)