Add include necessary for ff_set_qscale

Originally committed as revision 21657 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Reimar Döffinger 15 years ago
parent f6d2916550
commit 06e03fa0ae
  1. 1
      libavcodec/h261dec.c
  2. 1
      libavcodec/h261enc.c

@ -28,6 +28,7 @@
#include "dsputil.h" #include "dsputil.h"
#include "avcodec.h" #include "avcodec.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#include "h263.h"
#include "h261.h" #include "h261.h"
#include "h261data.h" #include "h261data.h"

@ -28,6 +28,7 @@
#include "dsputil.h" #include "dsputil.h"
#include "avcodec.h" #include "avcodec.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#include "h263.h"
#include "h261.h" #include "h261.h"
#include "h261data.h" #include "h261data.h"

Loading…
Cancel
Save