You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit '5bf208f659703895df7926238dcfa8a8175de36b'
* commit '5bf208f659703895df7926238dcfa8a8175de36b': jpeg2000: Use separate fields for int and float codepaths jpeg2000: Split int/float codepaths depending on the DWT Conflicts: libavcodec/jpeg2000.c libavcodec/jpeg2000dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -295,7 +295,7 @@ int ff_jpeg2000_init_component(Jpeg2000Component *comp,
|
|||||||
numbps = cbps +
|
numbps = cbps +
|
||||||
lut_gain[codsty->transform == FF_DWT53][bandno + (reslevelno > 0)];
|
lut_gain[codsty->transform == FF_DWT53][bandno + (reslevelno > 0)];
|
||||||
band->f_stepsize = SHL(2048 + qntsty->mant[gbandno],
|
band->f_stepsize = SHL(2048 + qntsty->mant[gbandno],
|
||||||
2 + numbps - qntsty->expn[gbandno]);
|
2 + numbps - qntsty->expn[gbandno]);
|
||||||
break;
|
break;
|
||||||
case JPEG2000_QSTY_SE:
|
case JPEG2000_QSTY_SE:
|
||||||
/* Exponent quantization step.
|
/* Exponent quantization step.
|
||||||
|
Reference in New Issue
Block a user