]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_thumbnail.c
avfilter/vf_displace: remove useless requirement that SAR matches between input streams
[ffmpeg] / libavfilter / vf_thumbnail.c
index 417ccd56d0947e8c4351cd4db98a675c3da4a315..0effdc91e9a8b8f2ca3420d1fb7d62b41e210463 100644 (file)
@@ -38,7 +38,7 @@ struct thumb_frame {
     int histogram[HIST_SIZE];   ///< RGB color distribution histogram of the frame
 };
 
-typedef struct {
+typedef struct ThumbContext {
     const AVClass *class;
     int n;                      ///< current frame
     int n_frames;               ///< number of frames for analysis