[FFmpeg-devel] [PATCH] avfilter/avfilter: remove obsolete comment
Nicolas George
george at nsup.org
Wed Sep 9 20:45:10 EEST 2020
Paul B Mahol (12020-09-09):
> Signed-off-by: Paul B Mahol <onemda at 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.
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200909/2710e328/attachment.sig>
More information about the ffmpeg-devel
mailing list