diff mpegvideo.h @ 951:ad264a7d4f94 libavcodec

motion estimation pre pass
author michaelni
date Thu, 02 Jan 2003 01:29:35 +0000
parents 371bc36a9c5c
children f348d302a51e
line wrap: on
line diff
--- a/mpegvideo.h	Wed Jan 01 16:47:31 2003 +0000
+++ b/mpegvideo.h	Thu Jan 02 01:29:35 2003 +0000
@@ -620,6 +620,7 @@
 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 */