diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-03-22 12:09:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-03-22 12:09:02 +0000 |
commit | 1984f6359ebaf2856b8254747255d154a2a2fe73 (patch) | |
tree | ee1e0d21653f2b167e1b379d0e4a064c31698e47 /libavcodec/mpegvideo.h | |
parent | 65f7062dfaa6aeedb68b0d0b10cbe71ca5b8b2c9 (diff) | |
download | ffmpeg-1984f6359ebaf2856b8254747255d154a2a2fe73.tar.gz |
user setable quantizer bias
Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index ab2dd5176c..eb45fe7b70 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -360,7 +360,7 @@ typedef struct MpegEncContext { uint16_t chroma_intra_matrix[64]; uint16_t inter_matrix[64]; uint16_t chroma_inter_matrix[64]; -#define QUANT_BIAS_SHIFT 4 +#define QUANT_BIAS_SHIFT 8 int intra_quant_bias; ///< bias for the quantizer int inter_quant_bias; ///< bias for the quantizer int min_qcoeff; ///< minimum encodable coefficient |