diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-09-09 19:42:40 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-10 11:24:58 +0200 |
commit | 84327e46075d5025877d84f328a5455aab00b629 (patch) | |
tree | a2ea6804a9464f58d5181f5dbdbba185073ba4f5 /libavfilter/avfilter.c | |
parent | 6d2528f28dc2cd967101a0aaf9155f69d5da5a4b (diff) | |
download | ffmpeg-84327e46075d5025877d84f328a5455aab00b629.tar.gz |
avfilter/avfilter: remove obsolete comment
Diffstat (limited to 'libavfilter/avfilter.c')
-rw-r--r-- | libavfilter/avfilter.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/avfilter.c b/libavfilter/avfilter.c index d2ab489ac0..8ff22c71e3 100644 --- a/libavfilter/avfilter.c +++ b/libavfilter/avfilter.c @@ -1424,9 +1424,6 @@ static int ff_filter_activate_default(AVFilterContext *filter) Rationale: checking frame_blocked_in is necessary to avoid requesting repeatedly on a blocked input if another is not blocked (example: [buffersrc1][testsrc1][buffersrc2][testsrc2]concat=v=2). - - TODO: respect needs_fifo and remove auto-inserted fifos. - */ int ff_filter_activate(AVFilterContext *filter) |