Add include necessary for ff_set_qscale
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 6 Feb 2010 12:53:28 +0000 (12:53 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Sat, 6 Feb 2010 12:53:28 +0000 (12:53 +0000)
Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/h261dec.c
libavcodec/h261enc.c

index 9c2db71..ab266a0 100644 (file)
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"
 
index 9220273..68d60f8 100644 (file)
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"