Commit 688621d7 authored by Reimar Döffinger's avatar Reimar Döffinger

Add include to fix implicit declaration of ff_mpeg4_init_direct_mv and

ff_h263_encode_mba

Originally committed as revision 21568 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 6b807c15
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
#include "avcodec.h" #include "avcodec.h"
#include "dsputil.h" #include "dsputil.h"
#include "mpegvideo.h" #include "mpegvideo.h"
#include "mpeg4video.h"
#include "h263.h" #include "h263.h"
//#define DEBUG //#define DEBUG
......
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
*/ */
#include "mpegvideo.h" #include "mpegvideo.h"
#include "h263.h"
#include "put_bits.h" #include "put_bits.h"
void rv20_encode_picture_header(MpegEncContext *s, int picture_number){ void rv20_encode_picture_header(MpegEncContext *s, int picture_number){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment