]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_showpalette.c
avfilter/vf_mcdeint: free the AVCodecContext struct properly
[ffmpeg] / libavfilter / vf_showpalette.c
index f1627ba58e493cff7b7f8c193e3495b7a4c7f2f5..d886ab87a7737a99eeaefe6179841f86bf7b8706 100644 (file)
@@ -28,7 +28,7 @@
 #include "internal.h"
 #include "video.h"
 
-typedef struct {
+typedef struct ShowPaletteContext {
     const AVClass *class;
     int size;
 } ShowPaletteContext;