vlc/vlc-1.1 | branch: master | Kaarlo Raiha <[email protected]> | Tue Aug 31 00:27:06 2010 +0300| [a32cc02f8d24910b05984e0b27ced880688d662d] | committer: Jean-Baptiste Kempf
Associate .flac to raw muxer Signed-off-by: Rafaël Carré <[email protected]> (cherry picked from commit c47bb3b7936ba2463b0b17cfacb4302c9b90db4f) Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=a32cc02f8d24910b05984e0b27ced880688d662d --- modules/stream_out/standard.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/modules/stream_out/standard.c b/modules/stream_out/standard.c index 7210638..35d990e 100644 --- a/modules/stream_out/standard.c +++ b/modules/stream_out/standard.c @@ -250,6 +250,7 @@ static int Open( vlc_object_t *p_this ) { "ogg", "ogg" }, { "ogm", "ogg" }, { "ogv", "ogg" }, + { "flac","raw" }, { "mp3", "raw" }, { "mp4", "mp4" }, { "mov", "mov" }, _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
