1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

rtp out: video/raw spells in lower case

This commit is contained in:
Rémi Denis-Courmont 2022-03-11 21:02:37 +02:00
parent 11f666b54a
commit e2a35909b4

View File

@ -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; "