Commit a32cc02f authored by Kaarlo Raiha's avatar Kaarlo Raiha Committed by Jean-Baptiste Kempf

Associate .flac to raw muxer

Signed-off-by: default avatarRafaël Carré <rafael.carre@gmail.com>
(cherry picked from commit c47bb3b7936ba2463b0b17cfacb4302c9b90db4f)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2791812f
......@@ -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" },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment