X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_kerndeint.c;h=057d15f9cb9426faacaf516c827f8d608ae05c02;hb=aa26258faa9704b144dfe5bc5d263a1332d7a9dd;hp=4825ed5e3e297a4852ea142869fe186a878d517f;hpb=0ab40e4477eae94b074d62007d89f67a54ab25a7;p=ffmpeg diff --git a/libavfilter/vf_kerndeint.c b/libavfilter/vf_kerndeint.c index 4825ed5e3e2..057d15f9cb9 100644 --- a/libavfilter/vf_kerndeint.c +++ b/libavfilter/vf_kerndeint.c @@ -35,7 +35,7 @@ #include "formats.h" #include "internal.h" -typedef struct { +typedef struct KerndeintContext { const AVClass *class; int frame; ///< frame count, starting from 0 int thresh, map, order, sharp, twoway;