[FFmpeg-cvslog] fate: caf: disable decoding
Mans Rullgard
git at videolan.org
Mon May 14 21:12:25 CEST 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Sat May 12 12:39:59 2012 +0100| [f70d91e2689beb0759fd873183cddfcf51fef8f8] | committer: Mans Rullgard
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 at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f70d91e2689beb0759fd873183cddfcf51fef8f8
---
tests/fate/demux.mak | 2 +-
tests/ref/fate/caf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/fate/demux.mak b/tests/fate/demux.mak
index 9721037..edf7ad0 100644
--- a/tests/fate/demux.mak
+++ b/tests/fate/demux.mak
@@ -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
diff --git a/tests/ref/fate/caf b/tests/ref/fate/caf
index a400501..00de78c 100644
--- a/tests/ref/fate/caf
+++ b/tests/ref/fate/caf
@@ -1 +1 @@
-CRC=0x5b74195c
+CRC=0xd0d7195c
More information about the ffmpeg-cvslog
mailing list