buffersink: remove stray semicolon after function definition

Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
Mans Rullgard 2012-10-26 17:58:19 +01:00
parent 1aa07aa21c
commit 6b776c61da
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{