Mercurial > libavcodec.hg
changeset 3963:075b3e6bdc05 libavcodec
Fixes:
rv10.c:494: warning: implicit declaration of function ¡Æff_mpeg4_init_direct_mv¡Ç
Approved by Michael.
author | rathann |
---|---|
date | Sun, 08 Oct 2006 21:26:19 +0000 |
parents | 2acfc35c3075 |
children | 162bea01a5d4 |
files | mpegvideo.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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);