On Fri, Oct 03, 2014 at 02:57:50AM +0200, Simon Thelen wrote:
> On 10/09/14 at 00:01, Simon Thelen wrote:
> > The colon after the localtime function call needs an additional layer of
> > escaping or else everything until the next colon is treated as a
> > fontfile.
> > 
> > Signed-off-by: Simon Thelen <ffmpeg-...@c-14.de>
> > ---
> >  doc/filters.texi | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/doc/filters.texi b/doc/filters.texi
> > index bb486ea..5d49c5b 100644
> > --- a/doc/filters.texi
> > +++ b/doc/filters.texi
> > @@ -4185,7 +4185,7 @@ drawtext='fontfile=Linux Libertine 
> > O-40\:style=Semibold:text=FFmpeg'
> >  @item
> >  Print the date of a real-time encoding (see strftime(3)):
> >  @example
> > -drawtext='fontfile=FreeSans.ttf:text=%@{localtime:%a %b %d %Y@}'
> > +drawtext='fontfile=FreeSans.ttf:text=%@{localtime\:%a %b %d %Y@}'
> >  @end example
> >  
> >  @item
> > -- 
> > 2.1.0
> > 
> Ping?

applied

thanks

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

It is what and why we do it that matters, not just one of them.

Attachment: signature.asc
Description: Digital signature

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

Reply via email to