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 /tests/fate2.mak | |
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
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 3 |
1 files changed, 2 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 - |