From 2f15846ad7ad57beb0bca99c624affa0facf284b Mon Sep 17 00:00:00 2001 From: Vittorio Giovara Date: Fri, 29 May 2015 19:44:01 +0100 Subject: mpegvideo: wmv2: Move function declarations --- libavcodec/h263dec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h263dec.c') 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) { -- cgit v1.2.3