Merge commit 'a335ed7671'
* commit 'a335ed7671':
rtpdec_h264: Remove an unnecessary check
Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
d19ca4b2ea
1 changed files with 0 additions and 4 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue