tiny_psnr: skip wav headers on input files
authorMåns Rullgård <mans@mansr.com>
Fri, 9 Jul 2010 16:06:05 +0000 (16:06 +0000)
committerMåns Rullgård <mans@mansr.com>
Fri, 9 Jul 2010 16:06:05 +0000 (16:06 +0000)
commitc43d77c163d91cbe4eb1f8be1e3b3afca107faeb
tree077d4d4759244ea3221d76110ee84ccfe394999a
parent080ce9071dc1d05fcfd40629eeb6d4a163abd840
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
13 files changed:
tests/ref/acodec/adpcm_ima_qt
tests/ref/acodec/adpcm_ima_wav
tests/ref/acodec/adpcm_ms
tests/ref/acodec/adpcm_swf
tests/ref/acodec/adpcm_yam
tests/ref/acodec/alac
tests/ref/acodec/flac
tests/ref/acodec/g726
tests/ref/acodec/mp2
tests/ref/acodec/pcm
tests/ref/acodec/wmav1
tests/ref/acodec/wmav2
tests/tiny_psnr.c