Skip to content

Commit

Permalink
fate: caf: disable decoding
Browse files Browse the repository at this point in the history
This is intended as a demuxer test and the file contains pcm_s16be
audio which is tested elsewhere.

Signed-off-by: Mans Rullgard <[email protected]>
  • Loading branch information
mansr committed May 14, 2012
1 parent b809991 commit f70d91e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/fate/demux.mak
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/ref/fate/caf
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CRC=0x5b74195c
CRC=0xd0d7195c

0 comments on commit f70d91e

Please sign in to comment.