[FFmpeg-cvslog] avfilter/vf_showpalette: fix small cosmetics issue

Paul B Mahol git at videolan.org
Tue Oct 1 14:26:13 EEST 2019


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Oct  1 13:24:35 2019 +0200| [835fdf48e59b57c81a634ecf8575bce5f1606572] | committer: Paul B Mahol

avfilter/vf_showpalette: fix small cosmetics issue

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=835fdf48e59b57c81a634ecf8575bce5f1606572
---

 libavfilter/vf_showpalette.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_showpalette.c b/libavfilter/vf_showpalette.c
index d886ab87a7..25904a88f4 100644
--- a/libavfilter/vf_showpalette.c
+++ b/libavfilter/vf_showpalette.c
@@ -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);



More information about the ffmpeg-cvslog mailing list