]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpeg2000dec.c
lavc/qsvenc: no need to include h264.h for jpeg encoder
[ffmpeg] / libavcodec / jpeg2000dec.c
index a4291bc06b8308822d7b8f37a2fb5159ff7933f5..7749c980e5c56d684a84dc07db2b2715379263cd 100644 (file)
@@ -1730,6 +1730,8 @@ static inline void tile_codeblocks(Jpeg2000DecoderContext *s, Jpeg2000Tile *tile
                                     bandpos);
                         if (ret)
                             coded = 1;
+                        else
+                            continue;
                         x = cblk->coord[0][0] - band->coord[0][0];
                         y = cblk->coord[1][0] - band->coord[1][0];