[FFmpeg-cvslog] buffersink: remove stray semicolon after function definition
Mans Rullgard
git at videolan.org
Sun Oct 28 13:28:22 CET 2012
ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Oct 26 17:58:19 2012 +0100| [6b776c61da26428ca67abec919c8a186a276ca66] | committer: Mans Rullgard
buffersink: remove stray semicolon after function definition
Signed-off-by: Mans Rullgard <mans at mansr.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b776c61da26428ca67abec919c8a186a276ca66
---
libavfilter/buffersink.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/buffersink.c b/libavfilter/buffersink.c
index 73af25d..c68b909 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)
{
More information about the ffmpeg-cvslog
mailing list