diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-05 18:11:28 -0400 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-04-10 11:30:01 -0400 |
commit | d3c59d5003a483f1a23e225fc71c19bd1116d11c (patch) | |
tree | 3d63decab5e2dec4fd8f38eb4fae266de8f85537 /tests/ref/acodec/pcm_s32le | |
parent | 95a8dac57b1bc21891387c554e0e8b872bef6103 (diff) | |
download | ffmpeg-d3c59d5003a483f1a23e225fc71c19bd1116d11c.tar.gz |
avconv: use default channel layouts when they are unknown
If either input or output layout is known and the channel counts match,
use the known layout for both. Otherwise choose the default layout based on
av_get_default_channel_layout().
Changed some FATE references due to some WAVE files now having a non-zero
channel mask.
Diffstat (limited to 'tests/ref/acodec/pcm_s32le')
-rw-r--r-- | tests/ref/acodec/pcm_s32le | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/pcm_s32le b/tests/ref/acodec/pcm_s32le index 86777505f5..2b81c29e6a 100644 --- a/tests/ref/acodec/pcm_s32le +++ b/tests/ref/acodec/pcm_s32le @@ -1,4 +1,4 @@ -da6ed80f4f40f0082577dea80827e014 *./tests/data/acodec/pcm_s32le.wav +8d8849fa5c5d91b9cb74f5c74e937faf *./tests/data/acodec/pcm_s32le.wav 2116868 ./tests/data/acodec/pcm_s32le.wav 64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_s32le.acodec.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |