Commit 704b774a authored by Derek Buitenhuis's avatar Derek Buitenhuis

af_tempo: Add missing error check

Signed-off-by: 's avatarDerek Buitenhuis <derek.buitenhuis@gmail.com>
parent b603ef08
......@@ -1148,6 +1148,8 @@ static int request_frame(AVFilterLink *outlink)
if (n_out) {
ret = push_samples(atempo, outlink, n_out);
if (ret < 0)
return ret;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment