diff options
author | Zane van Iperen <zane@zanevaniperen.com> | 2020-11-06 22:03:37 +1000 |
---|---|---|
committer | Zane van Iperen <zane@zanevaniperen.com> | 2020-11-07 23:43:26 +1000 |
commit | 406879f49c414763bbb1b2e75ca1826d179ee2c1 (patch) | |
tree | c6a5f92257dd22418dbc0a30ba3107a419878f89 /tests/ref/acodec/adpcm-swf | |
parent | 45d45c8ec571aa1807ab770c384992856f070dd6 (diff) | |
download | ffmpeg-406879f49c414763bbb1b2e75ca1826d179ee2c1.tar.gz |
avcodec/adpcm_ima_swf: fix frame size to 4096
SWF File Format Specification, Version 19 says this is 1 raw
sample + 4095 nibbles.
https://www.adobe.com/content/dam/acom/en/devnet/pdf/swf-file-format-spec.pdf
Signed-off-by: Zane van Iperen <zane@zanevaniperen.com>
Diffstat (limited to 'tests/ref/acodec/adpcm-swf')
-rw-r--r-- | tests/ref/acodec/adpcm-swf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/acodec/adpcm-swf b/tests/ref/acodec/adpcm-swf index 2cb9e905ca..61d92da084 100644 --- a/tests/ref/acodec/adpcm-swf +++ b/tests/ref/acodec/adpcm-swf @@ -1,4 +1,4 @@ -42d4639866ed4d692eaf126228a4fa2a *tests/data/fate/acodec-adpcm-swf.flv -269166 tests/data/fate/acodec-adpcm-swf.flv -628089745a7059ae4055c2515b6d668b *tests/data/fate/acodec-adpcm-swf.out.wav -stddev: 933.58 PSNR: 36.93 MAXDIFF:51119 bytes: 1058400/ 1064960 +64aedd1487cb355406dde36d2bba374f *tests/data/fate/acodec-adpcm-swf.flv +267801 tests/data/fate/acodec-adpcm-swf.flv +9d061488fdc1a557bdc454b9d1aba59c *tests/data/fate/acodec-adpcm-swf.out.wav +stddev: 919.82 PSNR: 37.06 MAXDIFF:51119 bytes: 1058400/ 1064960 |