This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
buffersink: remove stray semicolon after function definition
Signed-off-by: Mans Rullgard <mans@mansr.com>
tags/n1.1
Mans Rullgard
13 years ago
parent
1aa07aa21c
commit
6b776c61da
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/buffersink.c
+ 1
- 1
libavfilter/buffersink.c
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)
{
Write
Preview
Loading…
Cancel
Save