You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
jpeg2000: Remove unneeded variable initialization
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
committed by
Luca Barbato
parent
5bf208f659
commit
690c8af97b
@@ -202,7 +202,7 @@ int ff_jpeg2000_init_component(Jpeg2000Component *comp,
|
||||
{
|
||||
uint8_t log2_band_prec_width, log2_band_prec_height;
|
||||
int reslevelno, bandno, gbandno = 0, ret, i, j;
|
||||
uint32_t csize = 1;
|
||||
uint32_t csize;
|
||||
|
||||
if (!codsty->nreslevels2decode) {
|
||||
av_log(avctx, AV_LOG_ERROR, "nreslevels2decode uninitialized\n");
|
||||
|
Reference in New Issue
Block a user