mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
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…
Reference in New Issue
Block a user