diff options
author | Tim Nicholson <Tim.Nicholson@bbc.co.uk> | 2012-10-05 09:33:12 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-09 00:01:09 +0200 |
commit | a02762995bc5951d5d8178c8ca8b4769d4568d48 (patch) | |
tree | 342d6426f7f18a714fe8d59ad762dd9ee8e662c9 /tests | |
parent | 52dc18d414f4aa2c5a210edfb82cc1a99942ca3b (diff) | |
download | ffmpeg-a02762995bc5951d5d8178c8ca8b4769d4568d48.tar.gz |
movenc.c: Force correct value for "Samples per packet" for pcm audio
Apple spec is for it to always be "1" for uncompressed audio.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ref/fate/acodec-pcm-s24be | 2 | ||||
-rw-r--r-- | tests/ref/fate/acodec-pcm-s32be | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ref/fate/acodec-pcm-s24be b/tests/ref/fate/acodec-pcm-s24be index 4d82b3eeca..3ebe02a0dd 100644 --- a/tests/ref/fate/acodec-pcm-s24be +++ b/tests/ref/fate/acodec-pcm-s24be @@ -1,4 +1,4 @@ -cbf0bd68d21099335e197ae812834110 *tests/data/fate/acodec-pcm-s24be.mov +f65a7ae3b70ca53ffa354b1e7ff3a33d *tests/data/fate/acodec-pcm-s24be.mov 1588323 tests/data/fate/acodec-pcm-s24be.mov 64151e4bcc2b717aa5a8454d424d6a1f *tests/data/fate/acodec-pcm-s24be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 diff --git a/tests/ref/fate/acodec-pcm-s32be b/tests/ref/fate/acodec-pcm-s32be index bfd2797521..9075083398 100644 --- a/tests/ref/fate/acodec-pcm-s32be +++ b/tests/ref/fate/acodec-pcm-s32be @@ -1,4 +1,4 @@ -856b157d3ab505f0859b0de692e6a8bc *tests/data/fate/acodec-pcm-s32be.mov +f9e16fafeefb2285e943f53133e9cfd5 *tests/data/fate/acodec-pcm-s32be.mov 2117527 tests/data/fate/acodec-pcm-s32be.mov 64151e4bcc2b717aa5a8454d424d6a1f *tests/data/fate/acodec-pcm-s32be.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |