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_f64le | |
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_f64le')
-rw-r--r-- | tests/ref/acodec/pcm_f64le | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ref/acodec/pcm_f64le b/tests/ref/acodec/pcm_f64le index 42875a8d2f..2f0576bf91 100644 --- a/tests/ref/acodec/pcm_f64le +++ b/tests/ref/acodec/pcm_f64le @@ -1,4 +1,4 @@ -ba17c6d1a270e1333e981f239bf7eb45 *./tests/data/acodec/pcm_f64le.wav +48b4cd378f47a50dc902aa03cc8280ed *./tests/data/acodec/pcm_f64le.wav 4233680 ./tests/data/acodec/pcm_f64le.wav 64151e4bcc2b717aa5a8454d424d6a1f *./tests/data/pcm_f64le.acodec.out.wav stddev: 0.00 PSNR:999.99 MAXDIFF: 0 bytes: 1058400/ 1058400 |