diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-05-17 22:39:02 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-05-17 22:45:05 +0200 |
commit | 847943bc51098dbd68301099ed132cdde0f9eabf (patch) | |
tree | 690fe6fb9e6ac6f47639f957f95a46265ac1d02e /tests/ref | |
parent | b3e1b95afaff7ed53baef2d193e0968cade7e94b (diff) | |
download | ffmpeg-847943bc51098dbd68301099ed132cdde0f9eabf.tar.gz |
aresample: add code to flush the internal swr buffer.
Inspired-by code from af_resample.c written by Anton Khirnov
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/acodec/g723_1 | 8 | ||||
-rw-r--r-- | tests/ref/acodec/roqaudio | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/tests/ref/acodec/g723_1 b/tests/ref/acodec/g723_1 index 7615badf67..8ae11b8504 100644 --- a/tests/ref/acodec/g723_1 +++ b/tests/ref/acodec/g723_1 @@ -1,4 +1,4 @@ -afd309546b14cff772f3f28ee650452f *./tests/data/acodec/g723_1.tco -4800 ./tests/data/acodec/g723_1.tco -99030194774ea673817a56f52a04843d *./tests/data/g723_1.acodec.out.wav -stddev: 8503.56 PSNR: 17.74 MAXDIFF:26473 bytes: 96000/ 1058400 +93fcff0367883ca8e75b3063c527a2ce *./tests/data/acodec/g723_1.tco +4824 ./tests/data/acodec/g723_1.tco +9f28820dc27cf207a15b2048789853cd *./tests/data/g723_1.acodec.out.wav +stddev: 8502.50 PSNR: 17.74 MAXDIFF:26473 bytes: 96480/ 1058400 diff --git a/tests/ref/acodec/roqaudio b/tests/ref/acodec/roqaudio index fe66bdec58..3e47302a26 100644 --- a/tests/ref/acodec/roqaudio +++ b/tests/ref/acodec/roqaudio @@ -1,4 +1,4 @@ -3fe1e3c0feeb3963685e07c75d136ed0 *./tests/data/acodec/roqaudio.roq +c8ff13cf7ebece23af76502f5785202e *./tests/data/acodec/roqaudio.roq 265992 ./tests/data/acodec/roqaudio.roq -f27d1906e28e80f0955b75cc4ffe3601 *./tests/data/roqaudio.acodec.out.wav -stddev: 4610.92 PSNR: 23.05 MAXDIFF:43883 bytes: 1058336/ 1058400 +709fd60aea880c73b375094ab5307c77 *./tests/data/roqaudio.acodec.out.wav +stddev: 4610.71 PSNR: 23.05 MAXDIFF:43883 bytes: 1058400/ 1058400 |