[Ffmpeg-devel] [PATCH] implicit declaration in rv10.c

Dominik 'Rathann' Mierzejewski dominik
Sun Oct 8 22:46:05 CEST 2006


Fixes:
rv10.c:494: warning: implicit declaration of function ?ff_mpeg4_init_direct_mv?

-- 
MPlayer developer and RPMs maintainer: http://rpm.greysector.net/mplayer/
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
-------------- next part --------------
--- MPlayer-20114/libavcodec/mpegvideo.h.lavc	2006-10-08 16:12:01.000000000 +0200
+++ MPlayer-20114/libavcodec/mpegvideo.h	2006-10-08 22:43:49.000000000 +0200
@@ -892,6 +892,7 @@
 int ff_mpeg4_get_video_packet_prefix_length(MpegEncContext *s);
 int ff_h263_resync(MpegEncContext *s);
 int ff_h263_get_gob_height(MpegEncContext *s);
+void ff_mpeg4_init_direct_mv(MpegEncContext *s);
 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
 int ff_h263_round_chroma(int x);
 void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);



More information about the ffmpeg-devel mailing list