early-access version 1680
This commit is contained in:
2
externals/ffmpeg/libavformat/rtpenc.c
vendored
2
externals/ffmpeg/libavformat/rtpenc.c
vendored
@@ -589,7 +589,7 @@ static int rtp_write_packet(AVFormatContext *s1, AVPacket *pkt)
|
||||
break;
|
||||
case AV_CODEC_ID_H263:
|
||||
if (s->flags & FF_RTP_FLAG_RFC2190) {
|
||||
int mb_info_size = 0;
|
||||
int mb_info_size;
|
||||
const uint8_t *mb_info =
|
||||
av_packet_get_side_data(pkt, AV_PKT_DATA_H263_MB_INFO,
|
||||
&mb_info_size);
|
||||
|
Reference in New Issue
Block a user