rtpfmt: use lower case raw for RGB24 as well

Refs !1578
This commit is contained in:
Tristan Matthews 2022-03-17 09:27:40 -04:00 committed by Hugo Beauzée-Luyssen
parent 0eab7edb58
commit 24bac21b5e
1 changed files with 1 additions and 1 deletions

View File

@ -658,7 +658,7 @@ int rtp_get_fmt( vlc_object_t *obj, const es_format_t *p_fmt, const char *mux,
}
break;
case VLC_CODEC_RGB24:
rtp_fmt->ptname = "RAW";
rtp_fmt->ptname = "raw";
rtp_fmt->pf_packetize = rtp_packetize_rgb24;
if( asprintf( &rtp_fmt->fmtp,
"sampling=RGB; width=%d; height=%d; "