diff options
author | Clément Bœsch <u@pkh.me> | 2023-12-11 19:51:09 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2024-01-10 23:33:02 +0100 |
commit | 6d3591166786aa2404798331554472a125c96dc1 (patch) | |
tree | 681372bf78a714f0659f16234f0f5884443d3c91 /libavutil | |
parent | aa7ccd0ce902450c865c62ac160dd08a7b003eb3 (diff) | |
download | ffmpeg-6d3591166786aa2404798331554472a125c96dc1.tar.gz |
avcodec/proresenc_kostya: do not write into alpha reserved bitfields
This byte represents 4 reserved bits followed by 4 alpha_channel_type bits.
alpha_channel_type currently has 3 differents defined values: 0 (no
alpha), 1 (8b alpha), and 2 (16b alpha), all the other values are
reserved. This part is correctly written (alpha_bits>>3 does the correct
thing), but the 4 initial bits are reserved.
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions