mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/vf_vectorscope: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
36f7a37895
commit
5176443b2b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user