Commit d3b3c357 authored by michaelni's avatar michaelni

correct quantizer bias


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@438 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 88fb67f6
......@@ -245,6 +245,7 @@ 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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment