]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/gradfun.h
Merge remote-tracking branch 'qatar/master'
[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