Commit 6b776c61 authored by Mans Rullgard's avatar Mans Rullgard

buffersink: remove stray semicolon after function definition

Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
parent 1aa07aa2
......@@ -57,7 +57,7 @@ static int start_frame(AVFilterLink *link, AVFilterBufferRef *buf)
link->cur_buf = NULL;
return 0;
};
}
int av_buffersink_read(AVFilterContext *ctx, AVFilterBufferRef **buf)
{
......
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