mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-12 10:29:39 +00:00
avfilter: Reindent
This commit is contained in:
parent
9b40ce5a45
commit
87d5509261
@ -347,7 +347,6 @@ int ff_request_frame(AVFilterLink *link)
|
||||
|
||||
if (link->closed)
|
||||
return AVERROR_EOF;
|
||||
// TODO reindent
|
||||
if (link->srcpad->request_frame)
|
||||
ret = link->srcpad->request_frame(link);
|
||||
else if (link->src->inputs[0])
|
||||
|
Loading…
Reference in New Issue
Block a user