[vlc-commits] [Git][videolan/vlc][master] rtp out: video/raw spells in lower case

Rémi Denis-Courmont (@Courmisch) gitlab at videolan.org
Sun Mar 13 06:55:17 UTC 2022



Rémi Denis-Courmont pushed to branch master at VideoLAN / VLC


Commits:
e2a35909 by Rémi Denis-Courmont at 2022-03-13T06:39:22+00:00
rtp out: video/raw spells in lower case

- - - - -


1 changed file:

- modules/stream_out/rtpfmt.c


Changes:

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



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e2a35909b45a742641fff280b2df4ce000d951cb

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e2a35909b45a742641fff280b2df4ce000d951cb
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