aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mjpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-03-22 12:09:02 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-03-22 12:09:02 +0000
commit1984f6359ebaf2856b8254747255d154a2a2fe73 (patch)
treeee1e0d21653f2b167e1b379d0e4a064c31698e47 /libavcodec/mjpeg.c
parent65f7062dfaa6aeedb68b0d0b10cbe71ca5b8b2c9 (diff)
downloadffmpeg-1984f6359ebaf2856b8254747255d154a2a2fe73.tar.gz
user setable quantizer bias
Originally committed as revision 1701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mjpeg.c')
-rw-r--r--libavcodec/mjpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mjpeg.c b/libavcodec/mjpeg.c
index d05f4cd72b..135066796f 100644
--- a/libavcodec/mjpeg.c
+++ b/libavcodec/mjpeg.c
@@ -251,7 +251,6 @@ int mjpeg_init(MpegEncContext *s)
s->min_qcoeff=-1023;
s->max_qcoeff= 1023;
- s->intra_quant_bias= 1<<(QUANT_BIAS_SHIFT-1); //(a + x/2)/x
/* build all the huffman tables */
build_huffman_codes(m->huff_size_dc_luminance,