]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/gradfun.h
Merge commit '4521645b1aee9e9ad8f5cea7b2392cd5f6ffcd26'
[ffmpeg] / libavfilter / gradfun.h
index 3ceb13397d82d001957f6fc859618861cb4462c4..939b129aaa6ce753a145d3aa1cf8232f561184ed 100644 (file)
@@ -25,7 +25,7 @@
 #include "avfilter.h"
 
 /// Holds instance-specific information for gradfun.
-typedef struct {
+typedef struct GradFunContext {
     int thresh;    ///< threshold for gradient algorithm
     int radius;    ///< blur radius
     int chroma_w;  ///< width of the chroma planes