1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-02-04 06:08:26 +02:00

avfilter/avfilter: remove obsolete comment

This commit is contained in:
Paul B Mahol 2020-09-09 19:42:40 +02:00
parent 6d2528f28d
commit 84327e4607

View 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)