diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-09-24 15:07:44 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-09-24 15:07:44 +0000 |
commit | 9e4c69485b8eb17aa5db0734160420277a8fc1b7 (patch) | |
tree | 12af774e8a05c747dd3bcb31d68fc483c75a5e90 /libavcodec/mpegvideo.h | |
parent | d87c0267e3a69886ae0a3c43e0adc9705056e8eb (diff) | |
download | ffmpeg-9e4c69485b8eb17aa5db0734160420277a8fc1b7.tar.gz |
adaptive quantization for h263
Originally committed as revision 969 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 2ce290525e..b832560353 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -587,6 +587,7 @@ void ff_mpeg4_init_partitions(MpegEncContext *s); void ff_mpeg4_merge_partitions(MpegEncContext *s); extern inline int ff_mpeg4_pred_dc(MpegEncContext * s, int n, UINT16 **dc_val_ptr, int *dir_ptr); void ff_clean_mpeg4_qscales(MpegEncContext *s); +void ff_clean_h263_qscales(MpegEncContext *s); /* rv10.c */ void rv10_encode_picture_header(MpegEncContext *s, int picture_number); |