diff options
author | metamuffin <metamuffin@disroot.org> | 2023-05-07 15:45:40 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-07 17:29:00 +0200 |
commit | 2dd9b4071cebd25af2820f26c5bc0a92ef0145fe (patch) | |
tree | 4f3fa5aa2e4db233a801499e4938374e72ad501b /doc/indevs.texi | |
parent | 1c8bf697ee1caf1fa5aaafaaea894b7f0f68af4d (diff) | |
download | ffmpeg-2dd9b4071cebd25af2820f26c5bc0a92ef0145fe.tar.gz |
avdevice/lavfi: update documentation
lavfi not only supports video but also audio by now.
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 8a198c4b44..863536a34d 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -991,9 +991,8 @@ This input device reads data from the open output pads of a libavfilter filtergraph. For each filtergraph open output, the input device will create a -corresponding stream which is mapped to the generated output. Currently -only video data is supported. The filtergraph is specified through the -option @option{graph}. +corresponding stream which is mapped to the generated output. +The filtergraph is specified through the option @option{graph}. @subsection Options |