Commit 9cb91999 authored by Michael Niedermayer's avatar Michael Niedermayer

buffersink: remove stray ;

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent e234301c
...@@ -57,7 +57,7 @@ static int start_frame(AVFilterLink *link, AVFilterBufferRef *buf) ...@@ -57,7 +57,7 @@ static int start_frame(AVFilterLink *link, AVFilterBufferRef *buf)
link->cur_buf = NULL; link->cur_buf = NULL;
return 0; return 0;
}; }
int av_buffersink_read(AVFilterContext *ctx, AVFilterBufferRef **buf) 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