You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
avfilter: Reindent
This commit is contained in:
@ -347,7 +347,6 @@ int ff_request_frame(AVFilterLink *link)
|
|||||||
|
|
||||||
if (link->closed)
|
if (link->closed)
|
||||||
return AVERROR_EOF;
|
return AVERROR_EOF;
|
||||||
// TODO reindent
|
|
||||||
if (link->srcpad->request_frame)
|
if (link->srcpad->request_frame)
|
||||||
ret = link->srcpad->request_frame(link);
|
ret = link->srcpad->request_frame(link);
|
||||||
else if (link->src->inputs[0])
|
else if (link->src->inputs[0])
|
||||||
|
Reference in New Issue
Block a user