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 /tests/ref/vsynth/vsynth1-prores | |
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 'tests/ref/vsynth/vsynth1-prores')
-rw-r--r-- | tests/ref/vsynth/vsynth1-prores | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth1-prores b/tests/ref/vsynth/vsynth1-prores index 3c59eb71a8..52ac4e250a 100644 --- a/tests/ref/vsynth/vsynth1-prores +++ b/tests/ref/vsynth/vsynth1-prores @@ -1,4 +1,4 @@ -460f69344752e6af2dc46b00169b78a3 *tests/data/fate/vsynth1-prores.mov +816d6e42260509681c49398cd4aa38a4 *tests/data/fate/vsynth1-prores.mov 5022821 tests/data/fate/vsynth1-prores.mov fb4a9e025d12afc0dbbca8d82831858f *tests/data/fate/vsynth1-prores.out.rawvideo stddev: 2.47 PSNR: 40.27 MAXDIFF: 31 bytes: 7603200/ 7603200 |