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