diff options
author | Clément Bœsch <u@pkh.me> | 2023-12-11 19:45:08 +0100 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2024-01-10 23:33:02 +0100 |
commit | 85cb1b9b203e04b7961983f85755d45fafadf189 (patch) | |
tree | 9065e61d9cd8ad1af960243f7906df8627a22504 /tests/ref/vsynth/vsynth_lena-prores_444 | |
parent | 0405f71e19a4c02fd2be7c2cae262bba27b25bac (diff) | |
download | ffmpeg-85cb1b9b203e04b7961983f85755d45fafadf189.tar.gz |
avcodec/proresenc_anatoliy: use a compatible bitstream version
Quoting SMPTE RDD 36:2015:
A decoder shall abort if it encounters a bitstream with an unsupported
bitstream_version value. If 0, the value of the chroma_format syntax
element shall be 2 (4:2:2 sampling) and the value of the
alpha_channel_type element shall be 0 (no encoded alpha); if 1, any
permissible value may be used for those syntax elements.
So if we're not in 4:2:2 or if there is alpha, we are not allowed to use
version 0.
Diffstat (limited to 'tests/ref/vsynth/vsynth_lena-prores_444')
-rw-r--r-- | tests/ref/vsynth/vsynth_lena-prores_444 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth_lena-prores_444 b/tests/ref/vsynth/vsynth_lena-prores_444 index 29141239c5..0c6323bdb9 100644 --- a/tests/ref/vsynth/vsynth_lena-prores_444 +++ b/tests/ref/vsynth/vsynth_lena-prores_444 @@ -1,4 +1,4 @@ -b8677f9e1da7be861e8b7207028b3a9e *tests/data/fate/vsynth_lena-prores_444.mov +e14c1dbd26cebe70feda70acb18962c0 *tests/data/fate/vsynth_lena-prores_444.mov 4734395 tests/data/fate/vsynth_lena-prores_444.mov a704e05e3e0a451edef7515b25a76bb8 *tests/data/fate/vsynth_lena-prores_444.out.rawvideo stddev: 0.81 PSNR: 49.88 MAXDIFF: 8 bytes: 7603200/ 7603200 |