Commit 53a9e90c authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

sout std: use raw mux for .mp3 extension (fix #3910)

parent 749860b6
......@@ -245,6 +245,7 @@ static int Open( vlc_object_t *p_this )
{ "avi", "avi" },
{ "ogg", "ogg" },
{ "ogm", "ogg" },
{ "mp3", "raw" },
{ "mp4", "mp4" },
{ "mov", "mov" },
{ "moov","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