On Wed, Jun 3, 2015 at 6:56 PM, Martin Storsjö <mar...@martin.st> wrote:
> On Wed, 3 Jun 2015, Vittorio Giovara wrote:
>
>> CC: libav-sta...@libav.org
>> Bug-Id: CID 1035715
>> ---
>> libavformat/rtpenc.c | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c
>> index 6158934..55a3820 100644
>> --- a/libavformat/rtpenc.c
>> +++ b/libavformat/rtpenc.c
>> @@ -558,6 +558,10 @@ 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_WARNING, "rfc2190 set but no mb
>> info\n");
>> +                break;
>> +            }
>>             ff_rtp_send_h263_rfc2190(s1, pkt->data, size, mb_info,
>> mb_info_size);
>>             break;
>>         }
>> --
>> 1.9.5 (Apple Git-50.3)
>
>
> No.
>
> You (or someone else?) sent this already once, and already back then, I
> explained why it isn't an issue.
>
> Can you stop sending it?

Oops sorry that was me, I found the previous discussion
https://lists.libav.org/pipermail/libav-devel/2014-October/064152.html
and added a note to avoid letting this happen again.
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to