diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-24 01:15:22 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-24 01:36:21 +0100 |
commit | 86c6bf040bd3a1f7444c32a7af550edef2dfc2c4 (patch) | |
tree | f5ebc50053491814db3f5c6570026cf97095cf3f /doc/filters.texi | |
parent | 98dc25672fb7116d5885a4133f07b66cec99f187 (diff) | |
download | ffmpeg-86c6bf040bd3a1f7444c32a7af550edef2dfc2c4.tar.gz |
doc/filters: remove outdated comments
Audio API should not be considered unstable any longer, and mentioning
VHOOK is confusing, as it was removed 4 years ago.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b7ae3cd825..765a9b4bff 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3,13 +3,6 @@ Filtering in FFmpeg is enabled through the libavfilter library. -Libavfilter is the filtering API of FFmpeg. It is the substitute of -the now deprecated 'vhooks' and started as a Google Summer of Code -project. - -Audio filtering integration into the main FFmpeg repository is a work in -progress, so audio API and ABI should not be considered stable yet. - In libavfilter, it is possible for filters to have multiple inputs and multiple outputs. To illustrate the sorts of things that are possible, we can |