X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Fvf_extractplanes.c;h=d3a90465b60549d3c1ed67b1509beeb2e3af12e9;hb=0a243bedec0ad51d0abf9585c5166a12d94d35d6;hp=65bba33d90c694ef05153955e2274fce0fcef65a;hpb=2584656106bf6c6e1b80b63c793a3425d204d6a2;p=ffmpeg diff --git a/libavfilter/vf_extractplanes.c b/libavfilter/vf_extractplanes.c index 65bba33d90c..d3a90465b60 100644 --- a/libavfilter/vf_extractplanes.c +++ b/libavfilter/vf_extractplanes.c @@ -38,7 +38,7 @@ #define PLANE_U 0x20 #define PLANE_V 0x40 -typedef struct { +typedef struct ExtractPlanesContext { const AVClass *class; int requested_planes; int map[4];