diff mpegvideo.h @ 2017:f089d25c82f0 libavcodec

motion estimation for SVQ1
author michael
date Wed, 12 May 2004 02:03:24 +0000
parents 3ab8f3e2ae6a
children f65d87bfdd5a
line wrap: on
line diff
--- a/mpegvideo.h	Tue May 11 12:24:42 2004 +0000
+++ b/mpegvideo.h	Wed May 12 02:03:24 2004 +0000
@@ -903,6 +903,7 @@
 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 */