[vlc-commits] [Git][videolan/vlc][master] rtpfmt: use lower case raw for RGB24 as well
Hugo Beauzée-Luyssen (@chouquette)
gitlab at videolan.org
Fri Mar 18 18:19:55 UTC 2022
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
24bac21b by Tristan Matthews at 2022-03-18T17:10:17+00:00
rtpfmt: use lower case raw for RGB24 as well
Refs !1578
- - - - -
1 changed file:
- modules/stream_out/rtpfmt.c
Changes:
=====================================
modules/stream_out/rtpfmt.c
=====================================
@@ -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; "
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/24bac21b5e2952911650a7705bb7dd48ac1f95bf
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/24bac21b5e2952911650a7705bb7dd48ac1f95bf
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list