This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
ffmpeg
Watch
1
Star
0
Fork
0
You've already forked ffmpeg
mirror of
https://git.ffmpeg.org/ffmpeg.git
synced
2025-01-10 00:59:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
5918c5a4cc
ffmpeg
/
tests
/
ref
/
fate
/
mapchan-silent-mono
2 lines
33 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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>
2014-04-30 02:26:05 +00:00
c37237a92bcf708bc0e20b713665a5a7
Reference in New Issue
Copy Permalink