Skip to content
Snippets Groups Projects
Commit e162db66 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge commit '350ed182'


* commit '350ed182':
  rtpdec_hevc: drop unnecessary check

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 20d3348e 350ed182
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment