diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-11-30 12:40:03 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-30 12:52:56 +0100 |
commit | 6b0ab561d019c12471920ae136c746d3a54878e8 (patch) | |
tree | 4a1afb2c196a8a0ab1ba31a4cb4e1ef01ebcd2c4 /tests/ref | |
parent | 93f959b672b1673f5eab5ca072bf9bdcee4b21bd (diff) | |
download | ffmpeg-streaming-6b0ab561d019c12471920ae136c746d3a54878e8.zip ffmpeg-streaming-6b0ab561d019c12471920ae136c746d3a54878e8.tar.gz |
avcodec/adxenc: match prediction used in the decoder
The prediction used in the encoder was not correct
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/acodec/adpcm-adx | 6 | ||||
-rw-r--r-- | tests/ref/acodec/adpcm-adx-trellis | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/ref/acodec/adpcm-adx b/tests/ref/acodec/adpcm-adx index b96d99a..33a502f 100644 --- a/tests/ref/acodec/adpcm-adx +++ b/tests/ref/acodec/adpcm-adx @@ -1,4 +1,4 @@ -0a30509d9296b857e134b762b76dbc31 *tests/data/fate/acodec-adpcm-adx.adx +d82a87942d6500adb4d07d21cbcbdb78 *tests/data/fate/acodec-adpcm-adx.adx 297720 tests/data/fate/acodec-adpcm-adx.adx -7260139001fcac62384dad50a1023e75 *tests/data/fate/acodec-adpcm-adx.out.wav -stddev: 6989.46 PSNR: 19.44 MAXDIFF:65398 bytes: 1058400/ 1058432 +4e78a1153eb8fc4dfc050836f46b62f8 *tests/data/fate/acodec-adpcm-adx.out.wav +stddev: 3096.24 PSNR: 26.51 MAXDIFF:53110 bytes: 1058400/ 1058432 diff --git a/tests/ref/acodec/adpcm-adx-trellis b/tests/ref/acodec/adpcm-adx-trellis index fff0291..a36e7f9 100644 --- a/tests/ref/acodec/adpcm-adx-trellis +++ b/tests/ref/acodec/adpcm-adx-trellis @@ -1,4 +1,4 @@ -0a30509d9296b857e134b762b76dbc31 *tests/data/fate/acodec-adpcm-adx-trellis.adx +d82a87942d6500adb4d07d21cbcbdb78 *tests/data/fate/acodec-adpcm-adx-trellis.adx 297720 tests/data/fate/acodec-adpcm-adx-trellis.adx -7260139001fcac62384dad50a1023e75 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav -stddev: 6989.46 PSNR: 19.44 MAXDIFF:65398 bytes: 1058400/ 1058432 +4e78a1153eb8fc4dfc050836f46b62f8 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav +stddev: 3096.24 PSNR: 26.51 MAXDIFF:53110 bytes: 1058400/ 1058432 |