OSDN Git Service

buffersink: remove stray semicolon after function definition
authorMans Rullgard <mans@mansr.com>
Fri, 26 Oct 2012 16:58:19 +0000 (17:58 +0100)
committerMans Rullgard <mans@mansr.com>
Sat, 27 Oct 2012 12:06:27 +0000 (13:06 +0100)
Signed-off-by: Mans Rullgard <mans@mansr.com>
libavfilter/buffersink.c

index 73af25d..c68b909 100644 (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)
 {