diff options
author | Justin Ruggles | 2011-09-29 12:12:23 -0400 |
---|---|---|
committer | Justin Ruggles | 2011-10-26 12:01:07 -0400 |
commit | 85579b638179f40102c4bcedb8a2dde4cf19f391 (patch) | |
tree | 941a9f45e567bb33039d8a369749051dd9fd82d6 /tests | |
parent | 67a3b67c717e4e53b9217ec1d579f2dff5e46717 (diff) |
avcodec: remove the Zork PCM encoder.
The Zork PCM decoder does not decode the 1 sample we have correctly, therefore
the encoder based on the decoder is also incorrect. There is no good reason to
keep the encoder.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/codec-regression.sh | 1 | ||||
-rw-r--r-- | tests/ref/acodec/pcm | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/codec-regression.sh b/tests/codec-regression.sh index cafa84779f..38d641a197 100755 --- a/tests/codec-regression.sh +++ b/tests/codec-regression.sh @@ -357,6 +357,5 @@ do_audio_enc_dec au flt pcm_f32be do_audio_enc_dec wav flt pcm_f32le do_audio_enc_dec au dbl pcm_f64be do_audio_enc_dec wav dbl pcm_f64le -do_audio_enc_dec wav s16 pcm_zork do_audio_enc_dec 302 s16 pcm_s24daud "-ac 6 -ar 96000" fi diff --git a/tests/ref/acodec/pcm b/tests/ref/acodec/pcm index da64e62a6f..1c710b8c97 100644 --- a/tests/ref/acodec/pcm +++ b/tests/ref/acodec/pcm @@ -62,10 +62,6 @@ ba17c6d1a270e1333e981f239bf7eb45 *./tests/data/acodec/pcm_f64le.wav 4233680 ./tests/data/acodec/pcm_f64le.wav 64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm.acodec.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 -ebd38ed390ebdefe0bdf00d21bf12c6b *./tests/data/acodec/pcm_zork.wav -529258 ./tests/data/acodec/pcm_zork.wav -7b02646acdd063650bb3ebc444543ace *./tests/data/pcm.acodec.out.wav -stddev: 633.11 PSNR: 40.30 MAXDIFF:32768 bytes: 1058400/ 1058400 8168a5c1343553ef027541830f2cb879 *./tests/data/acodec/pcm_s24daud.302 10368730 ./tests/data/acodec/pcm_s24daud.302 f552afadfdfcd6348a07095da6382de5 *./tests/data/pcm.acodec.out.wav |