diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-07-24 11:11:35 +0200 |
---|---|---|
committer | Kieran Kunhya <kierank@obe.tv> | 2019-07-25 15:13:09 +0100 |
commit | cc6a1f141762a8967d5fb17b1417900522b7ae9b (patch) | |
tree | d7754515dd22f441effaa6ea17ab174c57379fa7 /tests/ref | |
parent | 923d5c489fd4ffd0b9dbfdc6c14f594bd134ab47 (diff) | |
download | ffmpeg-cc6a1f141762a8967d5fb17b1417900522b7ae9b.tar.gz |
avcodec/adxenc: add EOF header
Fixes #8031.
Diffstat (limited to 'tests/ref')
-rw-r--r-- | tests/ref/acodec/adpcm-adx | 4 | ||||
-rw-r--r-- | tests/ref/acodec/adpcm-adx-trellis | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/acodec/adpcm-adx b/tests/ref/acodec/adpcm-adx index 8c401001b8..2c8550fb72 100644 --- a/tests/ref/acodec/adpcm-adx +++ b/tests/ref/acodec/adpcm-adx @@ -1,4 +1,4 @@ -6bf1a8e5ec9cc958a31cb2b1b66bfc75 *tests/data/fate/acodec-adpcm-adx.adx -297720 tests/data/fate/acodec-adpcm-adx.adx +c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx.adx +297738 tests/data/fate/acodec-adpcm-adx.adx 5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx.out.wav stddev: 2549.93 PSNR: 28.20 MAXDIFF:57514 bytes: 1058400/ 1058432 diff --git a/tests/ref/acodec/adpcm-adx-trellis b/tests/ref/acodec/adpcm-adx-trellis index 039f69f9db..f6f5d768f5 100644 --- a/tests/ref/acodec/adpcm-adx-trellis +++ b/tests/ref/acodec/adpcm-adx-trellis @@ -1,4 +1,4 @@ -6bf1a8e5ec9cc958a31cb2b1b66bfc75 *tests/data/fate/acodec-adpcm-adx-trellis.adx -297720 tests/data/fate/acodec-adpcm-adx-trellis.adx +c257001314241b469a6512616fd56548 *tests/data/fate/acodec-adpcm-adx-trellis.adx +297738 tests/data/fate/acodec-adpcm-adx-trellis.adx 5b5a436ec9d528d6eb0bebaf667521b0 *tests/data/fate/acodec-adpcm-adx-trellis.out.wav stddev: 2549.93 PSNR: 28.20 MAXDIFF:57514 bytes: 1058400/ 1058432 |