diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-08-31 15:22:01 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-08-31 15:22:01 +0200 |
commit | 9cb919997064662344101d9df598d8b5cbb9361f (patch) | |
tree | 4ce58ba783726e795b2409bbdc6ef10490a5eecf /libavfilter/buffersink.c | |
parent | e234301c2c504d3e34f8a4193ec615d5adbfc286 (diff) | |
download | ffmpeg-9cb919997064662344101d9df598d8b5cbb9361f.tar.gz |
buffersink: remove stray ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/buffersink.c')
-rw-r--r-- | libavfilter/buffersink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c index d68689051f..e66a099c14 100644 --- a/libavfilter/buffersink.c +++ b/libavfilter/buffersink.c @@ -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) { |