summaryrefslogtreecommitdiffstats
path: root/tests/ref/fate/mapchan-6ch-extract-2
Commit message (Collapse)AuthorAgeFilesLines
* Initialize riff and wav size fields to -1 instead of 0.Carl Eugen Hoyos2014-05-031-2/+2
| | | | | | | WMP doess not play the output files if the fields are set to 0 and not overwritten (using pipe output). Fixes ticket #3346.
* ff_put_wav_header: add flag to force WAVEFORMATEXDaniel Verkamp2014-04-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | 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>
* fate/mapchan: add bitexact flagMichael Niedermayer2012-10-231-2/+2
| | | | | | fixes fate breakage Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit '58b619c8a226cc4564ad5af291bc99a04f89ee56'Michael Niedermayer2012-10-171-2/+2
| | | | | | | | | | | * commit '58b619c8a226cc4564ad5af291bc99a04f89ee56': wav muxer: write metadata Conflicts: Changelog libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* ffmpeg: add -map_channel option.Clément Bœsch2011-11-041-0/+2
Based on an initial work by Baptiste Coudurier.
OpenPOWER on IntegriCloud