mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
fate: caf: disable decoding
This is intended as a demuxer test and the file contains pcm_s16be audio which is tested elsewhere. Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
b809991a31
commit
f70d91e268
@ -8,7 +8,7 @@ FATE_AVCONV += fate-bink-demux
|
||||
fate-bink-demux: CMD = crc -i $(SAMPLES)/bink/Snd0a7d9b58.dee -vn -acodec copy
|
||||
|
||||
FATE_AVCONV += fate-caf
|
||||
fate-caf: CMD = crc -i $(SAMPLES)/caf/caf-pcm16.caf
|
||||
fate-caf: CMD = crc -i $(SAMPLES)/caf/caf-pcm16.caf -c copy
|
||||
|
||||
FATE_AVCONV += fate-cdxl-demux
|
||||
fate-cdxl-demux: CMD = framecrc -i $(SAMPLES)/cdxl/mirage.cdxl -vcodec copy -acodec copy
|
||||
|
@ -1 +1 @@
|
||||
CRC=0x5b74195c
|
||||
CRC=0xd0d7195c
|
||||
|
Loading…
Reference in New Issue
Block a user