Merge commit '176903ce833ce7469f411640e9748a0d549b5285'
* commit '176903ce833ce7469f411640e9748a0d549b5285': rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
ac7128a90f
@ -208,6 +208,7 @@ static int h264_handle_packet_stap_a(AVFormatContext *ctx, PayloadContext *data,
|
||||
} else {
|
||||
av_log(ctx, AV_LOG_ERROR,
|
||||
"nal size exceeds length: %d %d\n", nal_size, src_len);
|
||||
return AVERROR_INVALIDDATA;
|
||||
}
|
||||
|
||||
// eat what we handled
|
||||
|
Loading…
x
Reference in New Issue
Block a user