buffersink: remove stray ;

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/28/head
Michael Niedermayer 13 years ago
parent e234301c2c
commit 9cb9199970
  1. 2
      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)
{

Loading…
Cancel
Save