Commit 1c2ea1e8 authored by Francois Cartegnie's avatar Francois Cartegnie

mux: mp4: missing MP3 codec

parent c5a2e3eb
...@@ -453,6 +453,7 @@ static int AddStream(sout_mux_t *p_mux, sout_input_t *p_input) ...@@ -453,6 +453,7 @@ static int AddStream(sout_mux_t *p_mux, sout_input_t *p_input)
case VLC_CODEC_MP4A: case VLC_CODEC_MP4A:
case VLC_CODEC_MP4V: case VLC_CODEC_MP4V:
case VLC_CODEC_MPGA: case VLC_CODEC_MPGA:
case VLC_CODEC_MP3:
case VLC_CODEC_MPGV: case VLC_CODEC_MPGV:
case VLC_CODEC_MP2V: case VLC_CODEC_MP2V:
case VLC_CODEC_MP1V: case VLC_CODEC_MP1V:
......
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