You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/jpeg2000dec: Remove redundant check
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -1125,7 +1125,7 @@ static int jpeg2000_decode_packets(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (reslevelno < codsty->nreslevels) {
|
{
|
||||||
Jpeg2000ResLevel *rlevel = tile->comp[compno].reslevel +
|
Jpeg2000ResLevel *rlevel = tile->comp[compno].reslevel +
|
||||||
reslevelno;
|
reslevelno;
|
||||||
ok_reslevel = 1;
|
ok_reslevel = 1;
|
||||||
|
Reference in New Issue
Block a user