diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-04 14:26:30 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2024-02-08 14:02:55 +0100 |
commit | f6ec01147f7fdb429495b7bd7f25c208208f39a3 (patch) | |
tree | 5184ee08453a1ca4c87474fb3f0da2c32d79e306 /doc | |
parent | 9ae40f282d5e68025be553c60cb91d4672ebe5bb (diff) | |
download | ffmpeg-f6ec01147f7fdb429495b7bd7f25c208208f39a3.tar.gz |
avfilter/fifo: Remove (a)fifo filters
Obsolete since 4ca1fb9d2a91757c8c4c34dd456abf340e3f765f.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b9b539acee..e0436a5755 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -14122,15 +14122,6 @@ For example: ffmpeg -i in.vob -vf "fieldorder=bff" out.dv @end example -@section fifo, afifo - -Buffer input images and send them when they are requested. - -It is mainly useful when auto-inserted by the libavfilter -framework. - -It does not take parameters. - @section fillborders Fill borders of the input video, without changing video stream dimensions. |