vlc | branch: master | Kaarlo Raiha <[email protected]> | Tue Aug 31 00:27:06 2010 +0300| [c47bb3b7936ba2463b0b17cfacb4302c9b90db4f] | committer: Rafaël Carré
Associate .flac to raw muxer Signed-off-by: Rafaël Carré <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c47bb3b7936ba2463b0b17cfacb4302c9b90db4f --- 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 70414d1..f052ccb 100644 --- a/modules/stream_out/standard.c +++ b/modules/stream_out/standard.c @@ -246,6 +246,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
