X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_thumbnail.c;h=0effdc91e9a8b8f2ca3420d1fb7d62b41e210463;hb=06ed3768c88cce44ba157ec81676acf96e50a61a;hp=417ccd56d0947e8c4351cd4db98a675c3da4a315;hpb=20e72faef6946cde8e59981ef511b824a01c5adb;p=ffmpeg diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index 417ccd56d09..0effdc91e9a 100644 --- a/libavfilter/vf_thumbnail.c +++ b/libavfilter/vf_thumbnail.c @@ -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