]> git.sesse.net Git - vlc/blobdiff - modules/mux/mpeg/ts.c
Added and used VLC_CODEC_MP3 when applicable.
[vlc] / modules / mux / mpeg / ts.c
index a9c3bf1df49fe388f8cc573aeff80d2ebcfaef3b..82737fc4f33d99cf768d1da9532498fb3cf5e471 100644 (file)
@@ -1046,7 +1046,6 @@ static int AddStream( sout_mux_t *p_mux, sout_input_t *p_input )
             switch( p_input->p_fmt->i_codec )
             {
                 case VLC_CODEC_MPGA:
-                case VLC_FOURCC( 'm', 'p', '3', ' ' ):
                     p_stream->i_stream_type =
                         p_input->p_fmt->audio.i_rate >= 32000 ? 0x03 : 0x04;
                     p_stream->i_stream_id = 0xc0;