buffersink: remove stray ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-31 15:22:01 +02:00
parent e234301c2c
commit 9cb9199970
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)
{