diff options
author | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:52 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-03-06 22:36:52 +0000 |
commit | bb174ff1f963052af3c292145e4b301f7145256e (patch) | |
tree | b750a306211a603102ec7aa733406a34ac7ada47 /libavcodec/mpegvideo.h | |
parent | 7de9da9ba79aa16d52724731b317a1b09f1de8fd (diff) | |
download | ffmpeg-bb174ff1f963052af3c292145e4b301f7145256e.tar.gz |
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/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index f791af2543..5da4e5bab2 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -701,6 +701,7 @@ int ff_find_unused_picture(MpegEncContext *s, int shared); void ff_denoise_dct(MpegEncContext *s, DCTELEM *block); void ff_update_duplicate_context(MpegEncContext *dst, MpegEncContext *src); const uint8_t *ff_find_start_code(const uint8_t *p, const uint8_t *end, uint32_t *state); +void ff_set_qscale(MpegEncContext * s, int qscale); void ff_er_frame_start(MpegEncContext *s); void ff_er_frame_end(MpegEncContext *s); |