mirror of https://git.ffmpeg.org/ffmpeg.git
Psygnosis YOP demuxer and decoder test
Originally committed as revision 24181 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e747ff1c63
commit
e798dbdd34
|
@ -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 -
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue