Re: [FFmpeg-devel] [PATCH 2/5] Use @verbatim instead of @example for ASCII arts

2015-04-10 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 08:47:17PM -0700, Timothy Gu wrote: > Partially fixes #3869. > --- > doc/ffmpeg.texi | 20 ++-- > doc/ffserver.texi | 6 -- > doc/filters.texi | 4 ++-- > 3 files changed, 16 insertions(+), 14 deletions(-) applied thanks [...] -- Michael Gnu

Re: [FFmpeg-devel] [PATCH 2/5] Use @verbatim instead of @example for ASCII arts

2015-03-24 Thread Timothy Gu
On Mon, Mar 23, 2015 at 8:38 AM Michael Niedermayer wrote: > On Sun, Mar 22, 2015 at 08:47:17PM -0700, Timothy Gu wrote: > > Partially fixes #3869. > > --- > > doc/ffmpeg.texi | 20 ++-- > > doc/ffserver.texi | 6 -- > > doc/filters.texi | 4 ++-- > > 3 files changed, 16

Re: [FFmpeg-devel] [PATCH 2/5] Use @verbatim instead of @example for ASCII arts

2015-03-23 Thread Michael Niedermayer
On Sun, Mar 22, 2015 at 08:47:17PM -0700, Timothy Gu wrote: > Partially fixes #3869. > --- > doc/ffmpeg.texi | 20 ++-- > doc/ffserver.texi | 6 -- > doc/filters.texi | 4 ++-- > 3 files changed, 16 insertions(+), 14 deletions(-) this seems to cause: make POD doc/ffmp

[FFmpeg-devel] [PATCH 2/5] Use @verbatim instead of @example for ASCII arts

2015-03-22 Thread Timothy Gu
Partially fixes #3869. --- doc/ffmpeg.texi | 20 ++-- doc/ffserver.texi | 6 -- doc/filters.texi | 4 ++-- 3 files changed, 16 insertions(+), 14 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 1dde682..5a979d5 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpe