X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Ff_bench.c;h=f9e1006925afa366c172bc1de04de84f2cd62317;hb=aa26258faa9704b144dfe5bc5d263a1332d7a9dd;hp=b7b179209a4df215edcbff386b4548ac79f08a69;hpb=7e503828b03804f90733c306154c293cbd15102e;p=ffmpeg diff --git a/libavfilter/f_bench.c b/libavfilter/f_bench.c index b7b179209a4..f9e1006925a 100644 --- a/libavfilter/f_bench.c +++ b/libavfilter/f_bench.c @@ -28,7 +28,7 @@ enum BenchAction { NB_ACTION }; -typedef struct { +typedef struct BenchContext { const AVClass *class; int action; int64_t max, min;