X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvsrc_cellauto.c;h=7a6d9659f7a53610f94edb0eef8e25b53b635417;hb=06ed3768c88cce44ba157ec81676acf96e50a61a;hp=afdceff7f10607211872ee71c8649705363e3a81;hpb=fb496921e86b35a87270e0308cd8b03be808f469;p=ffmpeg diff --git a/libavfilter/vsrc_cellauto.c b/libavfilter/vsrc_cellauto.c index afdceff7f10..7a6d9659f7a 100644 --- a/libavfilter/vsrc_cellauto.c +++ b/libavfilter/vsrc_cellauto.c @@ -37,7 +37,7 @@ #include "formats.h" #include "video.h" -typedef struct { +typedef struct CellAutoContext { const AVClass *class; int w, h; char *filename;