Commit 5176443b authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_vectorscope: Fix ;;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 36f7a378
......@@ -300,7 +300,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
VectorscopeContext *s = ctx->priv;
AVFilterLink *outlink = ctx->outputs[0];
AVFrame *out;
uint8_t **dst;;
uint8_t **dst;
int i, k;
out = ff_get_video_buffer(outlink, outlink->w, outlink->h);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment