diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-26 23:47:56 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-27 23:35:35 +0100 |
commit | 9c492271a8e424cdc76be18e46902511d6c46f9a (patch) | |
tree | 2ad2555925e12e5d83da8444ee504f13a7c1918b /doc/libavutil.texi | |
parent | d82331721ee6c6e3168399d5b4ab039183b6f9ae (diff) | |
download | ffmpeg-9c492271a8e424cdc76be18e46902511d6c46f9a.tar.gz |
doc: move syntax and eval chapters from libavutil to ffmpeg-utils
Move utilities description to a dedicated manual, consistent with what I
did with the rest of the documentation.
Diffstat (limited to 'doc/libavutil.texi')
-rw-r--r-- | doc/libavutil.texi | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/libavutil.texi b/doc/libavutil.texi index e5304bb721..c12d7ff54e 100644 --- a/doc/libavutil.texi +++ b/doc/libavutil.texi @@ -20,16 +20,13 @@ enumerations for pixel and sample formats). @c man end DESCRIPTION -@include syntax.texi -@include eval.texi - @ignore @setfilename libavutil @settitle multimedia-biased utility library @c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1) +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-utils(1) @c man end @c man begin AUTHORS |