diff options
author | Vitor Sessak <vitor1001@gmail.com> | 2010-07-11 00:07:31 +0000 |
---|---|---|
committer | Vitor Sessak <vitor1001@gmail.com> | 2010-07-11 00:07:31 +0000 |
commit | e798dbdd34d5232e3cf880e83f0756a151fd0a6e (patch) | |
tree | 8b8646c844aa86d657515f9920e24ef354b726aa | |
parent | e747ff1c636bdbad8a1f1175e2ce1e6c95e593ed (diff) | |
download | ffmpeg-e798dbdd34d5232e3cf880e83f0756a151fd0a6e.tar.gz |
Psygnosis YOP demuxer and decoder test
Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | tests/fate2.mak | 3 | ||||
-rw-r--r-- | tests/ref/fate/yop | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index 9a710c0de5..45c84789b1 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 0000000000..782fd471c9 --- /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 |