diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-05-13 20:04:45 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-05-14 00:13:52 +0200 |
commit | fb8efa97935ebe111b644696bccad64bef7437d7 (patch) | |
tree | aa3c746ac480da0b86edb9f71d57a77a08db5e53 | |
parent | b446ea22e9b6d46c148bd527582a3cac4ba1ce81 (diff) | |
download | ffmpeg-fb8efa97935ebe111b644696bccad64bef7437d7.tar.gz |
avfilter/avfiltergraph: remove no longer valid comment
-rw-r--r-- | libavfilter/avfiltergraph.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index a200ab856c..68daa93e61 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergraph.c @@ -1303,7 +1303,6 @@ int avfilter_graph_request_oldest(AVFilterGraph *graph) while (graph->sink_links_count) { oldest = graph->sink_links[0]; if (oldest->dst->filter->activate) { - /* For now, buffersink is the only filter implementing activate. */ r = av_buffersink_get_frame_flags(oldest->dst, NULL, AV_BUFFERSINK_FLAG_PEEK); if (r != AVERROR_EOF) |