diff mbox series

[FFmpeg-devel] avfilter/avfilter: remove obsolete comment

Message ID 20200909174346.15754-1-onemda@gmail.com
State Accepted
Commit 84327e46075d5025877d84f328a5455aab00b629
Headers show
Series [FFmpeg-devel] avfilter/avfilter: remove obsolete comment | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Paul B Mahol Sept. 9, 2020, 5:43 p.m. UTC
Signed-off-by: Paul B Mahol <onemda@gmail.com>
---
 libavfilter/avfilter.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Nicolas George Sept. 9, 2020, 5:45 p.m. UTC | #1
Paul B Mahol (12020-09-09):
> Signed-off-by: Paul B Mahol <onemda@gmail.com>
> ---
>  libavfilter/avfilter.c | 3 ---
>  1 file changed, 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)

Good catch, ok.
diff mbox series

Patch

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)