changeset 11082:f48de939cf88 libavcodec

Add include necessary for ff_set_qscale
author reimar
date Sat, 06 Feb 2010 12:53:28 +0000
parents 0d56d489e695
children a270b4c67089
files h261dec.c h261enc.c
diffstat 2 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/h261dec.c	Sat Feb 06 12:52:22 2010 +0000
+++ b/h261dec.c	Sat Feb 06 12:53:28 2010 +0000
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"
 
--- a/h261enc.c	Sat Feb 06 12:52:22 2010 +0000
+++ b/h261enc.c	Sat Feb 06 12:53:28 2010 +0000
@@ -28,6 +28,7 @@
 #include "dsputil.h"
 #include "avcodec.h"
 #include "mpegvideo.h"
+#include "h263.h"
 #include "h261.h"
 #include "h261data.h"