summaryrefslogtreecommitdiff
path: root/libavcodec/h263.h
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2010-03-06 22:36:52 +0000
committerMåns Rullgård <mans@mansr.com>2010-03-06 22:36:52 +0000
commitbb174ff1f963052af3c292145e4b301f7145256e (patch)
treeb750a306211a603102ec7aa733406a34ac7ada47 /libavcodec/h263.h
parent7de9da9ba79aa16d52724731b317a1b09f1de8fd (diff)
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
Diffstat (limited to 'libavcodec/h263.h')
-rw-r--r--libavcodec/h263.h1
1 files changed, 0 insertions, 1 deletions
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);