Commit e162db66 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '350ed182'

* commit '350ed182':
  rtpdec_hevc: drop unnecessary check
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 20d3348e 350ed182
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment