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/flac | |
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/flac')
-rw-r--r-- | tests/ref/acodec/flac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/flac b/tests/ref/acodec/flac index 5214cc676c..e9d7cfc0a8 100644 --- a/tests/ref/acodec/flac +++ b/tests/ref/acodec/flac @@ -1,4 +1,4 @@ 151eef9097f944726968bec48649f00a *./tests/data/acodec/flac.flac 361582 ./tests/data/acodec/flac.flac 95e54b261530a1bcf6de6fe3b21dc5f6 *./tests/data/flac.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 |