[vlc-commits] commit: sout std: use raw mux for .mp3 extension (fix #3910) ( Rémi Denis-Courmont )
git at videolan.org
git at videolan.org
Sat Jul 17 22:02:14 CEST 2010
vlc/vlc-1.1 | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Jul 17 23:01:05 2010 +0300| [6be1c80947b6005914e7bebf0b09028657baed61] | committer: Rémi Denis-Courmont
sout std: use raw mux for .mp3 extension (fix #3910)
(cherry picked from commit 53a9e90cea0976140f2f7f8e07c4cdc20bb0fc17)
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6be1c80947b6005914e7bebf0b09028657baed61
---
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 bf2a0dd..094ca7b 100644
--- a/modules/stream_out/standard.c
+++ b/modules/stream_out/standard.c
@@ -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" },
More information about the vlc-commits
mailing list