Updated patch attached.

On 18-Jun-2015 2:52 PM, "Clément Bœsch" <u...@pkh.me> wrote:
av_dynarray_add(&style_flags, &index, flag);
> > +                    s_temp->style_flag = AV_RB8(tsmb);
> > +                    count = i;
>
> > +                    av_dynarray_add(&s, &count, s_temp);
>
> missing check
>
> (make sure not to leak anything if you return in the middle)
>

Is this the right way to implement it?

Attachment: movtextdec.c-Improve-upon-dynarrays-and-text_to_ass.patch
Description: Binary data

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to