diff options
author | Clément Bœsch <u@pkh.me> | 2023-12-11 19:51:48 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2024-01-10 23:33:02 +0100 |
commit | 21f7a814ea6403a504e40f358cc24f97ebdf3193 (patch) | |
tree | 1a17eca8c107f6e25fec257afc8a2403475f568b /libavutil | |
parent | 6d3591166786aa2404798331554472a125c96dc1 (diff) | |
download | ffmpeg-21f7a814ea6403a504e40f358cc24f97ebdf3193.tar.gz |
avcodec/proresenc_anatoliy: 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. The 4 initial reserved bits are expected to be 0.
Diffstat (limited to 'libavutil')
0 files changed, 0 insertions, 0 deletions