This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
6b807c15aa
commit
688621d76b
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/rv10.c
+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){
Write
Preview
Loading…
Cancel
Save