From 06e03fa0ae53e588a3671679fdb6b5923c50cd91 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 6 Feb 2010 12:53:28 +0000 Subject: Add include necessary for ff_set_qscale Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h261enc.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/h261enc.c') diff --git a/libavcodec/h261enc.c b/libavcodec/h261enc.c index 9220273521..68d60f872d 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" -- cgit v1.2.3