Skip to content
Snippets Groups Projects
Commit 688621d7 authored by Reimar Döffinger's avatar Reimar Döffinger
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include "avcodec.h"
#include "dsputil.h"
#include "mpegvideo.h"
#include "mpeg4video.h"
#include "h263.h"
//#define DEBUG
......
......@@ -26,6 +26,7 @@
*/
#include "mpegvideo.h"
#include "h263.h"
#include "put_bits.h"
void rv20_encode_picture_header(MpegEncContext *s, int picture_number){
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment