summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorVittorio Giovara <vittorio.giovara@gmail.com>2015-05-29 19:44:01 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-05-31 13:06:19 +0200
commit2f15846ad7ad57beb0bca99c624affa0facf284b (patch)
tree478d3e566e3f644b3a46d2b47bf411042818f054 /libavcodec/h263dec.c
parent902a55f7161ffea10e13c1e7df14022e2ed90514 (diff)
mpegvideo: wmv2: Move function declarations
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 0e08a8df70..3d0d1dee26 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -39,6 +39,7 @@
#include "msmpeg4.h"
#include "qpeldsp.h"
#include "thread.h"
+#include "wmv2.h"
static enum AVPixelFormat h263_get_format(AVCodecContext *avctx)
{