On Mon, Mar 5, 2012 at 4:44 PM, Diego Biurrun <[email protected]> wrote: > On Mon, Mar 05, 2012 at 04:06:01PM +0100, Fabian Greffrath wrote: >> Am 05.03.2012 15:51, schrieb Reinhard Tartler: >> >Can you please forward this patch to [email protected]? >> > >> >I'd like to include it for the 0.8.1 release, but for this it needs to >> >go into master first. >> >> Sure, here it is. >> >> --- libav.orig/libavcodec/srtdec.c >> +++ libav/libavcodec/srtdec.c >> @@ -110,7 +110,7 @@ static const char *srt_to_ass(AVCodecCon >> if (stack[j].param[i][0]) { >> out += snprintf(out, >> out_end-out, >> - >> stack[j].param[i]); >> + "%s", >> stack[j].param[i]); >> break; >> @@ -146,7 +146,7 @@ static const char *srt_to_ass(AVCodecCon >> if (stack[sptr].param[i][0]) >> out += snprintf(out, out_end-out, >> - stack[sptr].param[i]); >> + "%s", >> stack[sptr].param[i]); >> } > > LGTM, will queue and push later.
Please also push to release/0.8 -- regards, Reinhard _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers
