diff mpegvideo.h @ 10636:703cfed31320 libavcodec

Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 specific.
author michael
date Thu, 03 Dec 2009 21:36:58 +0000
parents b08c6f64a6c0
children ec6cbd8fcd6c
line wrap: on
line diff
--- a/mpegvideo.h	Thu Dec 03 19:19:57 2009 +0000
+++ b/mpegvideo.h	Thu Dec 03 21:36:58 2009 +0000
@@ -855,6 +855,7 @@
 void ff_mpeg4_init_direct_mv(MpegEncContext *s);
 int ff_mpeg4_set_direct_mv(MpegEncContext *s, int mx, int my);
 void ff_h263_encode_motion(MpegEncContext * s, int val, int f_code);
+void ff_init_qscale_tab(MpegEncContext *s);
 
 
 /* rv10.c */