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

Francois Cartegnie git at videolan.org
Wed Apr 8 16:35:46 CEST 2015


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Apr  8 16:35:22 2015 +0200| [1c2ea1e8cd10fb4a7c3580fbf51aeea46ac10d7c] | committer: Francois Cartegnie

mux: mp4: missing MP3 codec

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1c2ea1e8cd10fb4a7c3580fbf51aeea46ac10d7c
---

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

diff --git a/modules/mux/mp4.c b/modules/mux/mp4.c
index 511bd1c..7d8e8fe7 100644
--- a/modules/mux/mp4.c
+++ b/modules/mux/mp4.c
@@ -453,6 +453,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