diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-02-10 14:55:52 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-02-19 20:38:18 +0100 |
commit | f9fbd474676e903e12efe83203697d60a9d28cf9 (patch) | |
tree | 154eecbac11518705cdc6d56680b166b7c788bde /libavcodec/mss2.c | |
parent | 79866803ffc4c1a1b02663de9bab216b8cfdb8b4 (diff) | |
download | ffmpeg-f9fbd474676e903e12efe83203697d60a9d28cf9.tar.gz |
msmpeg4data: Move WMV2 data tables to their own file
Diffstat (limited to 'libavcodec/mss2.c')
-rw-r--r-- | libavcodec/mss2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mss2.c b/libavcodec/mss2.c index 4a4eaa0b88..2c993f67e0 100644 --- a/libavcodec/mss2.c +++ b/libavcodec/mss2.c @@ -28,9 +28,9 @@ #include "internal.h" #include "mpeg_er.h" #include "msmpeg4.h" -#include "msmpeg4data.h" #include "qpeldsp.h" #include "vc1.h" +#include "wmv2data.h" #include "mss12.h" #include "mss2dsp.h" |