mirror of https://git.ffmpeg.org/ffmpeg.git
fifo: fix parenthesis placement.
This commit is contained in:
parent
394a2a0452
commit
27570e211a
|
@ -78,7 +78,7 @@ static int request_frame(AVFilterLink *outlink)
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
if (!fifo->root.next) {
|
if (!fifo->root.next) {
|
||||||
if ((ret = ff_request_frame(outlink->src->inputs[0]) < 0))
|
if ((ret = ff_request_frame(outlink->src->inputs[0])) < 0)
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue