Commit d19ca4b2 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'a335ed76'

* commit 'a335ed76':
  rtpdec_h264: Remove an unnecessary check
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents ac7128a9 a335ed76
......@@ -214,10 +214,6 @@ static int h264_handle_packet_stap_a(AVFormatContext *ctx, PayloadContext *data,
// eat what we handled
src += nal_size;
src_len -= nal_size;
if (src_len < 0)
av_log(ctx, AV_LOG_ERROR,
"Consumed more bytes than we got! (%d)\n", src_len);
}
if (pass == 0) {
......
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