[vlc-commits] mux: mp4: missing MP3 codec

Francois Cartegnie git at videolan.org
Sun Nov 22 18:32:59 CET 2015


vlc/vlc-2.2 | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr  8 16:35:22 2015 +0200| [64a8477ef8d188d00b503007f4c47e6ff595585e] | committer: Rémi Denis-Courmont

mux: mp4: missing MP3 codec

(cherry picked from commit 1c2ea1e8cd10fb4a7c3580fbf51aeea46ac10d7c)
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=64a8477ef8d188d00b503007f4c47e6ff595585e
---

 modules/mux/mp4.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index 0cf146d..e6d705b 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -377,6 +377,7 @@ static int AddStream(sout_mux_t *p_mux, sout_input_t *p_input)
     case VLC_CODEC_MP4A:
     case VLC_CODEC_MP4V:
     case VLC_CODEC_MPGA:
+    case VLC_CODEC_MP3:
     case VLC_CODEC_MPGV:
     case VLC_CODEC_MP2V:
     case VLC_CODEC_MP1V:



More information about the vlc-commits mailing list