Skip to content

Commit

Permalink
JPEGXL: Simplify switch()
Browse files Browse the repository at this point in the history
  • Loading branch information
HappySeaFox committed Nov 1, 2023
1 parent 87fd76f commit 0128c6a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/sail-codecs/jpegxl/jpegxl.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,6 @@ SAIL_EXPORT sail_status_t sail_codec_load_seek_next_frame_v8_jpegxl(void *state,
/* cleanup */ sail_destroy_image(image_local));
break;
}
case JXL_DEC_NEED_IMAGE_OUT_BUFFER: {
break;
}
case JXL_DEC_SUCCESS: {
sail_destroy_image(image_local);
SAIL_LOG_AND_RETURN(SAIL_ERROR_NO_MORE_FRAMES);
Expand Down

0 comments on commit 0128c6a

Please sign in to comment.