]> git.sesse.net Git - vlc/commit
AVFormat Muxer : Don't create AVStreams for unsupported ES types.
authorJai Menon <jmenon86@gmail.com>
Wed, 16 Jun 2010 11:25:07 +0000 (16:55 +0530)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 16 Jun 2010 16:36:22 +0000 (18:36 +0200)
commite276b6488d2c59d61549828aafe95221f0e76146
tree58f447e4c4db59540f52b2ba475e6ae0ae354d87
parent5995ceeb4cd344894f24bfd9402e18972fd5adca
AVFormat Muxer : Don't create AVStreams for unsupported ES types.

Currently, the libavformat based muxer supports audio and video streams
properly. Subtitle muxing is still a work-in-progress. Till those are
verified to work as well, we need to ensure that we don't create AVStreams
with invalid codec type.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/demux/avformat/mux.c