[FFmpeg-cvslog] r21657 - in trunk/libavcodec: h261dec.c h261enc.c

reimar subversion
Sat Feb 6 13:53:28 CET 2010


Author: reimar
Date: Sat Feb  6 13:53:28 2010
New Revision: 21657

Log:
Add include necessary for ff_set_qscale

Modified:
   trunk/libavcodec/h261dec.c
   trunk/libavcodec/h261enc.c

Modified: trunk/libavcodec/h261dec.c
==============================================================================
--- trunk/libavcodec/h261dec.c	Sat Feb  6 13:52:22 2010	(r21656)
+++ trunk/libavcodec/h261dec.c	Sat Feb  6 13:53:28 2010	(r21657)
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"
 

Modified: trunk/libavcodec/h261enc.c
==============================================================================
--- trunk/libavcodec/h261enc.c	Sat Feb  6 13:52:22 2010	(r21656)
+++ trunk/libavcodec/h261enc.c	Sat Feb  6 13:53:28 2010	(r21657)
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"
 



More information about the ffmpeg-cvslog mailing list