You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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.
This commit is contained in:
@@ -3,13 +3,6 @@
|
|||||||
|
|
||||||
Filtering in FFmpeg is enabled through the libavfilter library.
|
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
|
In libavfilter, it is possible for filters to have multiple inputs and
|
||||||
multiple outputs.
|
multiple outputs.
|
||||||
To illustrate the sorts of things that are possible, we can
|
To illustrate the sorts of things that are possible, we can
|
||||||
|
Reference in New Issue
Block a user