diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-01-02 01:29:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-02 01:29:35 +0000 |
commit | f5fb6b34fd1053d1fcb61e4f35de8fa8befb834b (patch) | |
tree | 4ce82906776a8321eb11c553ab68c0fe343c7726 /libavcodec/mpegvideo.h | |
parent | 0a13093de85c0077810fcafdaceb7f98c1d75743 (diff) | |
download | ffmpeg-f5fb6b34fd1053d1fcb61e4f35de8fa8befb834b.tar.gz |
motion estimation pre pass
Originally committed as revision 1389 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 51370bab5a..1356e75c60 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -620,6 +620,7 @@ int ff_get_best_fcode(MpegEncContext * s, int16_t (*mv_table)[2], int type); void ff_fix_long_p_mvs(MpegEncContext * s); void ff_fix_long_b_mvs(MpegEncContext * s, int16_t (*mv_table)[2], int f_code, int type); void ff_init_me(MpegEncContext *s); +int ff_pre_estimate_p_frame_motion(MpegEncContext * s, int mb_x, int mb_y); /* mpeg12.c */ |