mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-01-31 17:24:02 +00:00
Revert "avformat/rtpenc: check av_packet_get_side_data() return, fix null ptr dereference"
This was simply wrong Found-by: Martin Storsjö This reverts commit 5d8e4f6da03c0342157e6ac7fab1a8ac3a87a8b0.
This commit is contained in:
parent
aef34ab950
commit
3e34b7498f
@ -561,10 +561,6 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
|
||||
const uint8_t *mb_info =
|
||||
av_packet_get_side_data(pkt, AV_PKT_DATA_H263_MB_INFO,
|
||||
&mb_info_size);
|
||||
if (!mb_info) {
|
||||
av_log(s1, AV_LOG_ERROR, "failed to allocate side data\n");
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
ff_rtp_send_h263_rfc2190(s1, pkt->data, size, mb_info, mb_info_size);
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user