From 06e03fa0ae53e588a3671679fdb6b5923c50cd91 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Reimar=20D=C3=B6ffinger?= Date: Sat, 6 Feb 2010 12:53:28 +0000 Subject: [PATCH] Add include necessary for ff_set_qscale Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261dec.c | 1 + libavcodec/h261enc.c | 1 + 2 files changed, 2 insertions(+) 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" -- 2.7.4