diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2004-05-12 02:03:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2004-05-12 02:03:24 +0000 |
commit | 5e13a73006958c201a6aa07de9b8cf6040616f97 (patch) | |
tree | 39b6f0f851cbcb27a395f0a317e717af1778fe84 /libavcodec/mpegvideo.h | |
parent | caa50878f4c5f323467ada8f1b63458bf5f7b810 (diff) | |
download | ffmpeg-5e13a73006958c201a6aa07de9b8cf6040616f97.tar.gz |
motion estimation for SVQ1
Originally committed as revision 3126 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index b36330d91e..0bdf0a305c 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -903,6 +903,7 @@ int ff_h263_resync(MpegEncContext *s); int ff_h263_get_gob_height(MpegEncContext *s); int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my); inline int ff_h263_round_chroma(int x); +void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code); /* rv10.c */ |