]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/standard.c
Associate .flac to raw muxer
[vlc] / modules / stream_out / standard.c
index 70414d158f8edc34965158893ce797d76757e51a..f052ccba2127910e9175d366ad240d73529af307 100644 (file)
@@ -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" },