diff options
author | Leo Izen <leo.izen@gmail.com> | 2023-01-27 06:47:15 -0500 |
---|---|---|
committer | Leo Izen <leo.izen@gmail.com> | 2023-01-31 10:39:48 -0500 |
commit | fb823161a8e3dfc864a7bd83a9b968f4912c5b1d (patch) | |
tree | 4e60a1e32dee117f35e84f3e3d63a9e56881e07c /libavcodec/msmpeg4dec.c | |
parent | 669ff26bc283c39334e7df3a81fd0db0088a7442 (diff) | |
download | ffmpeg-fb823161a8e3dfc864a7bd83a9b968f4912c5b1d.tar.gz |
avcodec/libjxl: respect AVCodecContext->bits_per_raw_sample
libjxl only accepts 16-bit buffers with its API, but it can
accept 9-bit to 15-bit input via a 16-bit buffer, provided the flag
is set declaring the buffer to be of the respective significant depth.
Likewise, it can only provide pixel data on decode as a 16-bit buffer
(if higher than 8) but does provide the metadata tagging the actual bit
depth.
This commit causes libjxlenc.c and libjxldec.c to respect this metadata
and tag/read it accordingly from AVCodecContext->bits_per_raw_sample.
Signed-off-by: Leo Izen <leo.izen@gmail.com>
Diffstat (limited to 'libavcodec/msmpeg4dec.c')
0 files changed, 0 insertions, 0 deletions