# HG changeset patch # User rathann # Date 1160342779 0 # Node ID 075b3e6bdc05e40090ae446d24027c6a8456fc7b # Parent 2acfc35c3075076a748718749e8c1c3bc8b6d628 Fixes: rv10.c:494: warning: implicit declaration of function ¡Æff_mpeg4_init_direct_mv¡Ç Approved by Michael. diff -r 2acfc35c3075 -r 075b3e6bdc05 mpegvideo.h --- a/mpegvideo.h Sun Oct 08 21:26:08 2006 +0000 +++ b/mpegvideo.h Sun Oct 08 21:26:19 2006 +0000 @@ -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);