]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/avfilter: remove obsolete comment
authorPaul B Mahol <onemda@gmail.com>
Wed, 9 Sep 2020 17:42:40 +0000 (19:42 +0200)
committerPaul B Mahol <onemda@gmail.com>
Thu, 10 Sep 2020 09:24:58 +0000 (11:24 +0200)
libavfilter/avfilter.c

index d2ab489ac088983896ac9d7dd1638f5a7d9c42b8..8ff22c71e3957f041921f822899a6572d67dc1f4 100644 (file)
@@ -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)