mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-09 19:30:19 +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 commit5d8e4f6da0. (cherry picked from commit3e34b7498f) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3943086656
commit
8498cf60b2
1 changed files with 0 additions and 4 deletions
|
|
@ -566,10 +566,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…
Add table
Add a link
Reference in a new issue