This website requires JavaScript.
Explore
Help
Register
Sign In
virtualenv
/
FFmpeg
Watch
1
Star
0
Fork
0
You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced
2025-01-03 05:10:03 +02:00
Code
Issues
Releases
Activity
bd4dc9e717
FFmpeg
/
tests
/
ref
/
fate
/
mapchan-6ch-extract-2-downmix-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 05:26:05 +03:00
e02d9537df5f534d14937bf7ab9b9a40
Reference in New Issue
Copy Permalink