diff --git a/modules/stream_out/rtpfmt.c b/modules/stream_out/rtpfmt.c index 5a99e6ea00d9b59b00971f07bf80ab515e80d558..b6abd78784232d496c0ef3b0d1998d6b172569cc 100644 --- a/modules/stream_out/rtpfmt.c +++ b/modules/stream_out/rtpfmt.c @@ -645,7 +645,7 @@ int rtp_get_fmt( vlc_object_t *obj, const es_format_t *p_fmt, const char *mux, rtp_fmt->pf_packetize = rtp_packetize_vp8; break; case VLC_CODEC_R420: - rtp_fmt->ptname = "RAW"; + rtp_fmt->ptname = "raw"; rtp_fmt->pf_packetize = rtp_packetize_r420; if( asprintf( &rtp_fmt->fmtp, "sampling=YCbCr-4:2:0; width=%d; height=%d; "