diff h263.h @ 11377:f9e0f62a7d8a libavcodec

Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c
author mru
date Sat, 06 Mar 2010 22:36:52 +0000
parents d0657e337f91
children 811467079ec9
line wrap: on
line diff
--- a/h263.h	Sat Mar 06 22:36:49 2010 +0000
+++ b/h263.h	Sat Mar 06 22:36:52 2010 +0000
@@ -79,7 +79,6 @@
 int ff_h263_decode_gob_header(MpegEncContext *s);
 void ff_h263_update_motion_val(MpegEncContext * s);
 void ff_h263_loop_filter(MpegEncContext * s);
-void ff_set_qscale(MpegEncContext * s, int qscale);
 int ff_h263_decode_mba(MpegEncContext *s);
 void ff_h263_encode_mba(MpegEncContext *s);
 void ff_init_qscale_tab(MpegEncContext *s);