Skip to content

Commit

Permalink
fate: westwood-aud: disable decoding
Browse files Browse the repository at this point in the history
The codec (adpcm-ima-ws) is tested elsewhere.  Using framecrc output
provides more information than a single md5 if something goes wrong.

Signed-off-by: Mans Rullgard <[email protected]>
  • Loading branch information
mansr committed May 14, 2012
1 parent f70d91e commit 09a35f2
Show file tree
Hide file tree
Showing 2 changed files with 13 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 @@ -65,7 +65,7 @@ FATE_AVCONV += fate-smjpeg
fate-smjpeg: CMD = framecrc -i $(SAMPLES)/smjpeg/scenwin.mjpg -vcodec copy

FATE_AVCONV += fate-westwood-aud
fate-westwood-aud: CMD = md5 -i $(SAMPLES)/westwood-aud/excellent.aud -f s16le
fate-westwood-aud: CMD = framecrc -i $(SAMPLES)/westwood-aud/excellent.aud -c copy

FATE_AVCONV += fate-wtv-demux
fate-wtv-demux: CMD = framecrc -i $(SAMPLES)/wtv/law-and-order-partial.wtv -vcodec copy -acodec copy
Expand Down
13 changes: 12 additions & 1 deletion tests/ref/fate/westwood-aud
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
5c2528488729035c17c21486797a2a23
#tb 0: 1/22050
0, 0, 0, 1024, 512, 0x6694cc55
0, 1024, 1024, 1024, 512, 0xdbc5cb22
0, 2048, 2048, 1024, 512, 0x8e5bcbfd
0, 3072, 3072, 1024, 512, 0x7b2ac519
0, 4096, 4096, 1024, 512, 0x6ae0cb0c
0, 5120, 5120, 1024, 512, 0x055ec435
0, 6144, 6144, 1024, 512, 0x9424c8d6
0, 7168, 7168, 1024, 512, 0x58fccb7d
0, 8192, 8192, 1024, 512, 0x348fd253
0, 9216, 9216, 1024, 512, 0xe1b1c24e
0, 10240, 10240, 192, 96, 0x95f81350

0 comments on commit 09a35f2

Please sign in to comment.