Browse Source

avfilter/vf_showpalette: fix small cosmetics issue

tags/n4.3
Paul B Mahol 5 years ago
parent
commit
835fdf48e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/vf_showpalette.c

+ 1
- 1
libavfilter/vf_showpalette.c View File

@@ -96,7 +96,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *in)
int ret;
AVFrame *out;
AVFilterContext *ctx = inlink->dst;
const ShowPaletteContext *s= ctx->priv;
const ShowPaletteContext *s = ctx->priv;
AVFilterLink *outlink = ctx->outputs[0];

out = ff_get_video_buffer(outlink, outlink->w, outlink->h);


Loading…
Cancel
Save