]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/f_bench.c
avfilter/vf_mcdeint: free the AVCodecContext struct properly
[ffmpeg] / libavfilter / f_bench.c
index b7b179209a4df215edcbff386b4548ac79f08a69..f9e1006925afa366c172bc1de04de84f2cd62317 100644 (file)
@@ -28,7 +28,7 @@ enum BenchAction {
     NB_ACTION
 };
 
-typedef struct {
+typedef struct BenchContext {
     const AVClass *class;
     int action;
     int64_t max, min;