diff --git a/libavformat/rtpdec_hevc.c b/libavformat/rtpdec_hevc.c index f677733a0afcb83fc05ed3894ebbfcd2088093af..ac4c7656d4abb714af81c024d3b5540c388cfb8f 100644 --- a/libavformat/rtpdec_hevc.c +++ b/libavformat/rtpdec_hevc.c @@ -361,8 +361,6 @@ static int hevc_handle_packet(AVFormatContext *ctx, PayloadContext *rtp_hevc_ctx buf += RTP_HEVC_PAYLOAD_HEADER_SIZE; len -= RTP_HEVC_PAYLOAD_HEADER_SIZE; - if (len < 1) - return AVERROR_INVALIDDATA; /* decode the FU header