diff options
author | Martin Vignali <martin.vignali@gmail.com> | 2018-11-27 22:41:38 +0100 |
---|---|---|
committer | Martin Vignali <martin.vignali@gmail.com> | 2018-12-02 12:55:57 +0100 |
commit | ffafa53dbf06c8967aada9b7c0fc7ef9cb374fc0 (patch) | |
tree | fd0994ba15de5bd74bd15c025f1ab0a188259302 /tests/ref/fate | |
parent | 6a583261ea631e6da5593c4477e36fde9bc731ab (diff) | |
download | ffmpeg-ffafa53dbf06c8967aada9b7c0fc7ef9cb374fc0.tar.gz |
avcodec/proresdec : add 12b decoding
based on patch by Kieran Kunhya
ticket 7163
Diffstat (limited to 'tests/ref/fate')
-rw-r--r-- | tests/ref/fate/prores-alpha | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-alpha_skip | 4 | ||||
-rw-r--r-- | tests/ref/fate/prores-transparency | 2 | ||||
-rw-r--r-- | tests/ref/fate/prores-transparency_skip | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha index f451d83ae9..d5e3e6877d 100644 --- a/tests/ref/fate/prores-alpha +++ b/tests/ref/fate/prores-alpha @@ -3,5 +3,5 @@ #codec_id 0: rawvideo #dimensions 0: 1920x1080 #sar 0: 0/1 -0, 0, 0, 1, 16588800, 0x8e4dac48 -0, 1, 1, 1, 16588800, 0x8e4dac48 +0, 0, 0, 1, 16588800, 0xb035f658 +0, 1, 1, 1, 16588800, 0xb035f658 diff --git a/tests/ref/fate/prores-alpha_skip b/tests/ref/fate/prores-alpha_skip index a17cef810c..09691310ed 100644 --- a/tests/ref/fate/prores-alpha_skip +++ b/tests/ref/fate/prores-alpha_skip @@ -3,5 +3,5 @@ #codec_id 0: rawvideo #dimensions 0: 1920x1080 #sar 0: 0/1 -0, 0, 0, 1, 12441600, 0xf11685dd -0, 1, 1, 1, 12441600, 0xf11685dd +0, 0, 0, 1, 12441600, 0x65e009b8 +0, 1, 1, 1, 12441600, 0x65e009b8 diff --git a/tests/ref/fate/prores-transparency b/tests/ref/fate/prores-transparency index 7b3efc6335..4e88152834 100644 --- a/tests/ref/fate/prores-transparency +++ b/tests/ref/fate/prores-transparency @@ -9,6 +9,6 @@ #sample_rate 1: 48000 #channel_layout 1: 3 #channel_layout_name 1: stereo -0, 0, 0, 1, 16588800, 0x7163b01a +0, 0, 0, 1, 16588800, 0xcfb3d806 1, 0, 0, 1024, 4096, 0x00000000 1, 1024, 1024, 896, 3584, 0x00000000 diff --git a/tests/ref/fate/prores-transparency_skip b/tests/ref/fate/prores-transparency_skip index 5c98d3e438..82c180d174 100644 --- a/tests/ref/fate/prores-transparency_skip +++ b/tests/ref/fate/prores-transparency_skip @@ -9,6 +9,6 @@ #sample_rate 1: 48000 #channel_layout 1: 3 #channel_layout_name 1: stereo -0, 0, 0, 1, 12441600, 0x627d1548 +0, 0, 0, 1, 12441600, 0x74f53304 1, 0, 0, 1024, 4096, 0x00000000 1, 1024, 1024, 896, 3584, 0x00000000 |