X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvsrc_cellauto.c;h=7a6d9659f7a53610f94edb0eef8e25b53b635417;hb=06ed3768c88cce44ba157ec81676acf96e50a61a;hp=afdceff7f10607211872ee71c8649705363e3a81;hpb=5729acee8214170f212b6409ac363428152d05ff;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;