[vlc-commits] commit: Associate .flac to raw muxer (Kaarlo Raiha )
git at videolan.org
git at videolan.org
Sat Sep 4 20:06:24 CEST 2010
vlc | branch: master | Kaarlo Raiha <kaarlo.raiha at gmail.com> | Tue Aug 31 00:27:06 2010 +0300| [c47bb3b7936ba2463b0b17cfacb4302c9b90db4f] | committer: Rafaël Carré
Associate .flac to raw muxer
Signed-off-by: Rafaël Carré <rafael.carre at gmail.com>
> 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" },
More information about the vlc-commits
mailing list