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_ms | |
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_ms')
-rw-r--r-- | tests/ref/acodec/adpcm_ms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/adpcm_ms b/tests/ref/acodec/adpcm_ms index 1fdf053ed2..65d2a6ca65 100644 --- a/tests/ref/acodec/adpcm_ms +++ b/tests/ref/acodec/adpcm_ms @@ -1,4 +1,4 @@ a407b87daeef5b25dfb6c5b3f519e9c1 *./tests/data/acodec/adpcm_ms.wav 268378 ./tests/data/acodec/adpcm_ms.wav 7be370f937c51e8a967e6a3d08d5156a *./tests/data/adpcm_ms.acodec.out.wav -stddev: 1050.00 PSNR: 35.91 MAXDIFF:29806 bytes: 1060620/ 1058444 +stddev: 1050.01 PSNR: 35.91 MAXDIFF:29806 bytes: 1060576/ 1058400 |