[FFmpeg-cvslog] prores: update FATE test to account for alpha plane present in the test sample
Kostya Shishkov
git at videolan.org
Sun May 19 11:06:03 CEST 2013
ffmpeg | branch: master | Kostya Shishkov <kostya.shishkov at gmail.com> | Sat May 18 07:09:47 2013 +0200| [8e673efc6f5b7a095557664660305148f2788d30] | committer: Kostya Shishkov
prores: update FATE test to account for alpha plane present in the test sample
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e673efc6f5b7a095557664660305148f2788d30
---
tests/fate/prores.mak | 2 +-
tests/ref/fate/prores-alpha | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/fate/prores.mak b/tests/fate/prores.mak
index 9c1a1b1..ccc71af 100644
--- a/tests/fate/prores.mak
+++ b/tests/fate/prores.mak
@@ -11,4 +11,4 @@ fate-prores-422: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProR
fate-prores-422_hq: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_HQ.mov -pix_fmt yuv422p10le
fate-prores-422_lt: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_LT.mov -pix_fmt yuv422p10le
fate-prores-422_proxy: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_422_Proxy.mov -pix_fmt yuv422p10le
-fate-prores-alpha: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuv444p10le
+fate-prores-alpha: CMD = framecrc -i $(SAMPLES)/prores/Sequence_1-Apple_ProRes_with_Alpha.mov -pix_fmt yuva444p10le
diff --git a/tests/ref/fate/prores-alpha b/tests/ref/fate/prores-alpha
index 80442fe..97be6cf 100644
--- a/tests/ref/fate/prores-alpha
+++ b/tests/ref/fate/prores-alpha
@@ -1,3 +1,3 @@
#tb 0: 1/2997
-0, 0, 0, 0, 12441600, 0x254d8f95
-0, 100, 100, 0, 12441600, 0x254d8f95
+0, 0, 0, 0, 16588800, 0x8dcdb600
+0, 100, 100, 0, 16588800, 0x8dcdb600
More information about the ffmpeg-cvslog
mailing list