diff options
author | Daniel Verkamp <daniel@drv.nu> | 2014-04-29 19:26:05 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-04-30 16:41:35 +0200 |
commit | 5e7d21c7ad02e37caa1bcb50ab8ad64e7d7fb86c (patch) | |
tree | 20eb13371083ec6c50fe3533141c240f51780624 /tests/ref/lavf | |
parent | bb6d00f01417718315d7944c6c33950ea88fb287 (diff) | |
download | ffmpeg-5e7d21c7ad02e37caa1bcb50ab8ad64e7d7fb86c.tar.gz |
ff_put_wav_header: add flag to force WAVEFORMATEX
Partially undoes commit 2c4e08d89327595f7f4be57dda4b3775e1198d5e:
riff: always generate a proper WAVEFORMATEX structure in
ff_put_wav_header
A new flag, FF_PUT_WAV_HEADER_FORCE_WAVEFORMATEX, is added to force the
use of WAVEFORMATEX rather than PCMWAVEFORMAT even for PCM codecs.
This flag is used in the Matroska muxer (the cause of the original
change) and in the ASF muxer, because the specifications for
these formats indicate explicitly that WAVEFORMATEX should be used.
Muxers for other formats will return to the original behavior of writing
PCMWAVEFORMAT when writing a header for raw PCM.
In particular, this causes raw PCM in WAV to generate the canonical
44-byte header expected by some tools.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'tests/ref/lavf')
-rw-r--r-- | tests/ref/lavf/w64 | 4 | ||||
-rw-r--r-- | tests/ref/lavf/wav | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/ref/lavf/w64 b/tests/ref/lavf/w64 index 7da4f095b5..26c68688e5 100644 --- a/tests/ref/lavf/w64 +++ b/tests/ref/lavf/w64 @@ -1,3 +1,3 @@ -062b91c34d570a90af8d55427804878e *./tests/data/lavf/lavf.w64 -88312 ./tests/data/lavf/lavf.w64 +82c75c9cb61924fda68d9602ea69c445 *./tests/data/lavf/lavf.w64 +88304 ./tests/data/lavf/lavf.w64 ./tests/data/lavf/lavf.w64 CRC=0x3a1da17e diff --git a/tests/ref/lavf/wav b/tests/ref/lavf/wav index 600c26a4cd..da3bfc24ed 100644 --- a/tests/ref/lavf/wav +++ b/tests/ref/lavf/wav @@ -1,3 +1,3 @@ -eb5a869456d2e9107bb195c8c99be1a1 *./tests/data/lavf/lavf.wav -88276 ./tests/data/lavf/lavf.wav +fc958a32b4fca7b1c40cbdaef2d1416e *./tests/data/lavf/lavf.wav +88274 ./tests/data/lavf/lavf.wav ./tests/data/lavf/lavf.wav CRC=0x3a1da17e |