]> git.sesse.net Git - vlc/commit
WAV Mux : Extend the muxer to support non-PCM codecs.
authorJai Menon <jmenon86@gmail.com>
Sat, 26 Jun 2010 19:38:11 +0000 (01:08 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 26 Jun 2010 21:11:53 +0000 (23:11 +0200)
commit05627b6605e043e1fdc02acd7955709ffacf6510
tree1973f8caccc522f6ec7a5c62cb014b8600f01e17
parentc1a7d8e396f7ece5e90309b0c460911f7a8ed37f
WAV Mux : Extend the muxer to support non-PCM codecs.

Currently, the muxer generates invalid files whenever any streams
with  non-PCM codecs are used as input. This is fixed by adding a few
additional waveformat tags to the wave_format_tag_to_fourcc table and
using the fourcc_to_wf_tag utility function.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
include/vlc_codecs.h
modules/mux/wav.c