From bb174ff1f963052af3c292145e4b301f7145256e Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sat, 6 Mar 2010 22:36:52 +0000 Subject: Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegvideo.c Originally committed as revision 22262 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/h263.h') diff --git a/libavcodec/h263.h b/libavcodec/h263.h index d45a52df63..ec6e617ae3 100644 --- a/libavcodec/h263.h +++ b/libavcodec/h263.h @@ -79,7 +79,6 @@ int h263_decode_picture_header(MpegEncContext *s); 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); -- cgit v1.2.3