Skip to content
Snippets Groups Projects
Commit 5176443b authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avfilter/vf_vectorscope: Fix ;;

parent 36f7a378
No related branches found
No related tags found
No related merge requests found
...@@ -300,7 +300,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in) ...@@ -300,7 +300,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
VectorscopeContext *s = ctx->priv; VectorscopeContext *s = ctx->priv;
AVFilterLink *outlink = ctx->outputs[0]; AVFilterLink *outlink = ctx->outputs[0];
AVFrame *out; AVFrame *out;
uint8_t **dst;; uint8_t **dst;
int i, k; int i, k;
out = ff_get_video_buffer(outlink, outlink->w, outlink->h); out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment