diff --git a/src/modules/rtp_rtcp/source/rtp_utility.cc b/src/modules/rtp_rtcp/source/rtp_utility.cc index 08be8a07d7..5c7e18a708 100644 --- a/src/modules/rtp_rtcp/source/rtp_utility.cc +++ b/src/modules/rtp_rtcp/source/rtp_utility.cc @@ -889,7 +889,7 @@ int ModuleRTPUtility::RTPPayloadParser::ParseVP8FrameSize( // Included in payload header for I-frames. return 0; } - if (dataLength < 10) + if (dataLength < 7) { // For an I-frame we should always have the uncompressed VP8 header // in the beginning of the partition.