Browse Source

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
tags/v0.6
Reimar Döffinger 15 years ago
parent
commit
688621d76b
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      libavcodec/rv10.c
  2. +1
    -0
      libavcodec/rv20enc.c

+ 1
- 0
libavcodec/rv10.c View File

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

//#define DEBUG


+ 1
- 0
libavcodec/rv20enc.c View File

@@ -26,6 +26,7 @@
*/

#include "mpegvideo.h"
#include "h263.h"
#include "put_bits.h"

void rv20_encode_picture_header(MpegEncContext *s, int picture_number){


Loading…
Cancel
Save