diff options
author | Cosmin Stejerean <cosmin@cosmin.at> | 2024-05-22 15:50:45 +0000 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-06-22 15:48:25 +0200 |
commit | 0c0e7ec81e9f05aa09db5c730e2661d0b2eeb72c (patch) | |
tree | 3460142bf02f62094a2abd6b43bf7e9a3cc4de91 /tests | |
parent | cc587e69c6faf194424fedef61ac3da77f8053bf (diff) | |
download | ffmpeg-0c0e7ec81e9f05aa09db5c730e2661d0b2eeb72c.tar.gz |
avcodec/dovi_rpu: correctly read el_bit_depth_minus8 and ext_mapping_idc
These two fields are coded together into a single 16 bit integer with upper 8
bits for ext_mapping_idc and lower 8 bits for el_bit_depth_minus8.
Furthermore ext_mapping_idc has two components, upper 3 bits and lower 5 bits.
Co-authored-by: Niklas Haas <git@haasn.dev>
Signed-off-by: Niklas Haas <git@haasn.dev>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions