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/alac | |
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/alac')
-rw-r--r-- | tests/ref/acodec/alac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/alac b/tests/ref/acodec/alac index 039cf14029..1f4b264b87 100644 --- a/tests/ref/acodec/alac +++ b/tests/ref/acodec/alac @@ -1,4 +1,4 @@ c68f649777ab8e7c9a0f1f221451d3ad *./tests/data/acodec/alac.m4a 389386 ./tests/data/acodec/alac.m4a 95e54b261530a1bcf6de6fe3b21dc5f6 *./tests/data/alac.acodec.out.wav -stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058444/ 1058444 +stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |