Skip to content

Commit

Permalink
vcomp/cmpto_j2k: support RG48
Browse files Browse the repository at this point in the history
RG48 can be supported immediately, see also the commit d0832b5e (similar
change for the decoder).
  • Loading branch information
MartinPulec committed Aug 30, 2024
1 parent 1cb99cb commit 39c9c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video_compress/cmpto_j2k.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ static struct {
{RGB, CMPTO_444_U8_P012, VIDEO_CODEC_NONE, nullptr},
{RGBA, CMPTO_444_U8_P012Z, VIDEO_CODEC_NONE, nullptr},
{R10k, CMPTO_444_U10U10U10_MSB32BE_P210, VIDEO_CODEC_NONE, nullptr},
{RG48, CMPTO_444_U12_MSB16LE_P012, VC_NONE, nullptr},
{R12L, CMPTO_444_U12_MSB16LE_P012, RG48, r12l_to_rg48_cuda},
};

Expand Down

0 comments on commit 39c9c40

Please sign in to comment.