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_int | |
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_int')
-rw-r--r-- | tests/ref/vsynth/vsynth_lena-prores_444_int | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/vsynth/vsynth_lena-prores_444_int b/tests/ref/vsynth/vsynth_lena-prores_444_int index 005ab68ccf..f8840973a0 100644 --- a/tests/ref/vsynth/vsynth_lena-prores_444_int +++ b/tests/ref/vsynth/vsynth_lena-prores_444_int @@ -1,4 +1,4 @@ -38195b0437f6ae1c910ba108e7a799d1 *tests/data/fate/vsynth_lena-prores_444_int.mov +7a1aa9e220dffde91c3a9a0595261461 *tests/data/fate/vsynth_lena-prores_444_int.mov 5696258 tests/data/fate/vsynth_lena-prores_444_int.mov 466380156e4d2b811f4ffb9c5a8bca72 *tests/data/fate/vsynth_lena-prores_444_int.out.rawvideo stddev: 0.88 PSNR: 49.23 MAXDIFF: 9 bytes: 7603200/ 7603200 |