mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '350ed1829268d343b791208c8fd1cddd44d52a8e'
* commit '350ed1829268d343b791208c8fd1cddd44d52a8e': rtpdec_hevc: drop unnecessary check Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e162db66a2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue