diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-11-18 13:04:37 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-11-25 00:28:27 +0100 |
commit | f62abbf3b7948de479f70dc582596fafb59395b6 (patch) | |
tree | f1686ea8c51f9aceadb2e8f4237bc8074e589a78 /doc/libavfilter.texi | |
parent | fa4ead1d6692cd4d698b651d1b5882fc9fb64fcb (diff) | |
download | ffmpeg-f62abbf3b7948de479f70dc582596fafb59395b6.tar.gz |
doc: move filters documentation to dedicated manual page ffmpeg-filters
Diffstat (limited to 'doc/libavfilter.texi')
-rw-r--r-- | doc/libavfilter.texi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/libavfilter.texi b/doc/libavfilter.texi index 051ecad2ab..5d0e82a771 100644 --- a/doc/libavfilter.texi +++ b/doc/libavfilter.texi @@ -17,15 +17,13 @@ framework containing several filters, sources and sinks. @c man end DESCRIPTION -@include filters.texi - @ignore @setfilename libavfilter @settitle multimedia filtering library @c man begin SEEALSO -ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3) +ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), ffmpeg-filters(1) @c man end @c man begin AUTHORS |