diff options
author | Nicolas George <george@nsup.org> | 2020-08-12 19:13:37 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2020-08-20 18:55:19 +0200 |
commit | 4ca1fb9d2a91757c8c4c34dd456abf340e3f765f (patch) | |
tree | c2c8213294023c39421b65a19c968ce27ad7a560 /libavfilter/avfilter.h | |
parent | 29e0c30b1c182199db5802ad785a928c0663c352 (diff) | |
download | ffmpeg-4ca1fb9d2a91757c8c4c34dd456abf340e3f765f.tar.gz |
lavfi: remove needs_fifo.
Diffstat (limited to 'libavfilter/avfilter.h')
-rw-r--r-- | libavfilter/avfilter.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h index 49b4f7a939..fcab450f47 100644 --- a/libavfilter/avfilter.h +++ b/libavfilter/avfilter.h @@ -493,8 +493,7 @@ struct AVFilterLink { /** * Audio only, the destination filter sets this to a non-zero value to * request that buffers with the given number of samples should be sent to - * it. AVFilterPad.needs_fifo must also be set on the corresponding input - * pad. + * it. * Last buffer before EOF will be padded with silence. */ int request_samples; |