]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.c
Added and used VLC_CODEC_MP3 when applicable.
[vlc] / modules / stream_out / rtp.c
index 7d38258c8b4afe6d4f171a0b24ab280388b3c57c..909a2949dcba5d103e27d0dd80423278471aa8a9 100644 (file)
@@ -1064,7 +1064,6 @@ static sout_stream_id_t *Add( sout_stream_t *p_stream, es_format_t *p_fmt )
             rtp_set_ptime (id, 20, 1);
             break;
         case VLC_CODEC_MPGA:
-        case VLC_FOURCC( 'm', 'p', '3', ' ' ):
             id->i_payload_type = 14;
             id->psz_enc = "MPA";
             id->i_clock_rate = 90000; /* not 44100 */