avfilter/avfiltergraph: remove no longer valid comment
This commit is contained in:
parent
b446ea22e9
commit
fb8efa9793
@ -1303,7 +1303,6 @@ int avfilter_graph_request_oldest(AVFilterGraph *graph)
|
|||||||
while (graph->sink_links_count) {
|
while (graph->sink_links_count) {
|
||||||
oldest = graph->sink_links[0];
|
oldest = graph->sink_links[0];
|
||||||
if (oldest->dst->filter->activate) {
|
if (oldest->dst->filter->activate) {
|
||||||
/* For now, buffersink is the only filter implementing activate. */
|
|
||||||
r = av_buffersink_get_frame_flags(oldest->dst, NULL,
|
r = av_buffersink_get_frame_flags(oldest->dst, NULL,
|
||||||
AV_BUFFERSINK_FLAG_PEEK);
|
AV_BUFFERSINK_FLAG_PEEK);
|
||||||
if (r != AVERROR_EOF)
|
if (r != AVERROR_EOF)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user