summaryrefslogtreecommitdiff
path: root/libavcodec/h261enc.c
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-02-06 12:53:28 +0000
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2010-02-06 12:53:28 +0000
commit06e03fa0ae53e588a3671679fdb6b5923c50cd91 (patch)
tree17eb76f29e8096d8f466b40ef139049b26925b65 /libavcodec/h261enc.c
parentf6d2916550e6bdea0f26f33e7d75f2948e5364ee (diff)
Add include necessary for ff_set_qscale
Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h261enc.c')
-rw-r--r--libavcodec/h261enc.c1
1 files changed, 1 insertions, 0 deletions
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"