Skip to content
  • Wim Taymans's avatar
    rtpbuffer: check for valid payload type · 240c7234
    Wim Taymans authored
    The payload type can't be between 72 and 76 because with the marker bit set,
    this could be mistaken for an RTCP packet then. We do a relaxed check and
    only refuse 72-76 when the marker bit is set. The effect is that when
    we try to map an RTCP packet as an RTP packet, we will certainly fail.
    240c7234