diff options
author | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-29 19:44:01 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2015-05-31 13:06:19 +0200 |
commit | 2f15846ad7ad57beb0bca99c624affa0facf284b (patch) | |
tree | 478d3e566e3f644b3a46d2b47bf411042818f054 /libavcodec/mpegvideo.c | |
parent | 902a55f7161ffea10e13c1e7df14022e2ed90514 (diff) | |
download | ffmpeg-2f15846ad7ad57beb0bca99c624affa0facf284b.tar.gz |
mpegvideo: wmv2: Move function declarations
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 4294eb6179..49f2e66177 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -44,6 +44,7 @@ #include "qpeldsp.h" #include "xvmc_internal.h" #include "thread.h" +#include "wmv2.h" #include <limits.h> static const uint8_t ff_default_chroma_qscale_table[32] = { |