Commit 6be1c809 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

(cherry picked from commit 53a9e90cea0976140f2f7f8e07c4cdc20bb0fc17)
parent 7b2e7dd2
......@@ -249,6 +249,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