ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Wed Sep 9 19:42:40 2020 +0200| [84327e46075d5025877d84f328a5455aab00b629] | committer: Paul B Mahol
avfilter/avfilter: remove obsolete comment > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84327e46075d5025877d84f328a5455aab00b629 --- 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) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".