[FFmpeg-devel] [PATCH] doc: add libavfilter.texi
Clément Bœsch
ubitux at gmail.com
Wed Nov 7 13:13:30 CET 2012
On Sun, Nov 04, 2012 at 12:13:36PM +0100, Stefano Sabatini wrote:
> ---
> doc/Makefile | 2 +-
> doc/libavfilter.texi | 37 +++++++++++++++++++++++++++++++++++++
> 2 files changed, 38 insertions(+), 1 deletions(-)
> create mode 100644 doc/libavfilter.texi
>
> diff --git a/doc/Makefile b/doc/Makefile
> index 5f1d375..f9ea79c 100644
> --- a/doc/Makefile
> +++ b/doc/Makefile
> @@ -1,5 +1,5 @@
> ifeq ($(CONFIG_AVCODEC),yes)
> -DOCLIBS += libavcodec libswresample
> +DOCLIBS += libavcodec libswresample libavfilter
> endif
>
Same remark as libavutil patch.
> MANPAGES = $(PROGS-yes:%=doc/%.1) $(DOCLIBS:%=doc/%.3)
> diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi
> new file mode 100644
> index 0000000..3116837
> --- /dev/null
> +++ b/doc/libavfilter.texi
> @@ -0,0 +1,37 @@
> +\input texinfo @c -*- texinfo -*-
> +
> + at settitle Libavfilter Documentation
> + at titlepage
> + at center @titlefont{Libavfilter Documentation}
> + at end titlepage
> +
> + at top
> +
> + at contents
> +
> + at chapter Description
> + at c man begin DESCRIPTION
> +
> +libavfilter is a library providing a generic audio/video filtering
> +framework, and containing several filters, sources and sinks.
> +
> + at c man end DESCRIPTION
> +
> + at include filters.texi
> +
> + at ignore
> +
> + at setfilename libavfilter
> + at settitle multimedia filtering library
> +
> + at c man begin SEEALSO
> +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
Not sure about mentioning libavcodec; I believe libswresample and
libswscale would make more sense, or maybe all the libraries.
> + at c man end
> +
> + at c man begin AUTHORS
> +See git history
> + at c man end
> +
> + at end ignore
> +
> + at bye
LGTM otherwise
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20121107/7b6f8832/attachment.asc>
More information about the ffmpeg-devel
mailing list