From: Reimar Döffinger Date: Sat, 6 Feb 2010 12:53:28 +0000 (+0000) Subject: Add include necessary for ff_set_qscale X-Git-Tag: v0.6~1442 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06e03fa0ae53e588a3671679fdb6b5923c50cd91;p=platform%2Fupstream%2Flibav.git Add include necessary for ff_set_qscale Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/h261dec.c b/libavcodec/h261dec.c index 9c2db71..ab266a0 100644 --- a/libavcodec/h261dec.c +++ b/libavcodec/h261dec.c @@ -28,6 +28,7 @@ #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" +#include "h263.h" #include "h261.h" #include "h261data.h" diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index 9220273..68d60f8 100644 --- a/libavcodec/h261enc.c +++ b/libavcodec/h261enc.c @@ -28,6 +28,7 @@ #include "dsputil.h" #include "avcodec.h" #include "mpegvideo.h" +#include "h263.h" #include "h261.h" #include "h261data.h"