buffersink: remove stray semicolon after function definition
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
1aa07aa21c
commit
6b776c61da
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user