diff options
author | Måns Rullgård <mans@mansr.com> | 2010-07-09 16:06:05 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-07-09 16:06:05 +0000 |
commit | c43d77c163d91cbe4eb1f8be1e3b3afca107faeb (patch) | |
tree | 077d4d4759244ea3221d76110ee84ccfe394999a /tests/ref/acodec/adpcm_ima_wav | |
parent | 080ce9071dc1d05fcfd40629eeb6d4a163abd840 (diff) | |
download | ffmpeg-c43d77c163d91cbe4eb1f8be1e3b3afca107faeb.tar.gz |
tiny_psnr: skip wav headers on input files
The byte count printed excludes the header, and offsets are applied
after the the headers are skipped.
Reference files updated to reflect new output. Some stddev/psnr values
have changed slightly due to headers no longer being compared.
Originally committed as revision 24143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/ref/acodec/adpcm_ima_wav')
-rw-r--r-- | tests/ref/acodec/adpcm_ima_wav | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/adpcm_ima_wav b/tests/ref/acodec/adpcm_ima_wav index 9d4494bea0..29f5836fd9 100644 --- a/tests/ref/acodec/adpcm_ima_wav +++ b/tests/ref/acodec/adpcm_ima_wav @@ -1,4 +1,4 @@ 56b75c3a6dacedcf2ce7b0586aa33594 *./tests/data/acodec/adpcm_ima.wav 267324 ./tests/data/acodec/adpcm_ima.wav 78a2af1c895792d0c221d127bdd48ece *./tests/data/adpcm_ima_wav.acodec.out.wav -stddev: 903.51 PSNR: 37.21 MAXDIFF:34026 bytes: 1061792/ 1058444 +stddev: 903.51 PSNR: 37.21 MAXDIFF:34026 bytes: 1061748/ 1058400 |