]> git.sesse.net Git - vlc/blobdiff - modules/misc/rtsp.c
Added and used VLC_CODEC_MP3 when applicable.
[vlc] / modules / misc / rtsp.c
index 9e7f97fb988631cbc56a9953574a58156418fd52..f1a04676849687e501503c0d9f2dac4402f81cb2 100644 (file)
@@ -542,7 +542,6 @@ static int MediaAddES( vod_t *p_vod, vod_media_t *p_media, es_format_t *p_fmt )
                 p_es->psz_rtpmap = NULL;
             break;
         case VLC_CODEC_MPGA:
-        case VLC_FOURCC( 'm', 'p', '3', ' ' ):
             p_es->i_payload_type = 14;
             p_es->psz_rtpmap = strdup( "MPA/90000" );
             break;