From e798dbdd34d5232e3cf880e83f0756a151fd0a6e Mon Sep 17 00:00:00 2001 From: Vitor Sessak Date: Sun, 11 Jul 2010 00:07:31 +0000 Subject: [PATCH] Psygnosis YOP demuxer and decoder test Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/fate2.mak | 3 ++- tests/ref/fate/yop | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 tests/ref/fate/yop diff --git a/tests/fate2.mak b/tests/fate2.mak index 9a710c0..45c8478 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -82,4 +82,5 @@ fate-imc: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/imc/imc.avi -f s16le - fate-imc: CMP = oneoff fate-imc: REF = $(SAMPLES)/imc/imc.pcm - +FATE2_TESTS += fate-yop +fate-yop: CMD = $(TARGET_PATH)/ffmpeg -i $(SAMPLES)/yop/test1.yop -pix_fmt rgb24 -an -f framecrc - diff --git a/tests/ref/fate/yop b/tests/ref/fate/yop new file mode 100644 index 0000000..782fd47 --- /dev/null +++ b/tests/ref/fate/yop @@ -0,0 +1,7 @@ +0, 0, 302760, 0x78939253 +0, 7500, 302760, 0x534f5253 +0, 15000, 302760, 0xe991aa82 +0, 22500, 302760, 0xc34b20bd +0, 30000, 302760, 0x461d29a1 +0, 37500, 302760, 0x45abca02 +0, 45000, 302760, 0xb05448b9 -- 2.7.4