Skip to content

Commit

Permalink
tmpút 27. srpna 2024, 16:15:20 CEST
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Aug 27, 2024
1 parent 30606d7 commit 7720a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video_decompress/cmpto_j2k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ r12l_postprocessor_get_sz(
int comp_count, size_t *temp_buffer_size, size_t *output_buffer_size)
{
assert(comp_count == 3);
*temp_buffer_size = 0;
*temp_buffer_size = 0; // no temp buffer required
*output_buffer_size = vc_get_datalen(size_x, size_y, R12L);
}
#ifdef HAVE_CUDA
Expand Down

0 comments on commit 7720a86

Please sign in to comment.