]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/bbox.h
avfilter/af_dcshift: add direct path
[ffmpeg] / libavfilter / bbox.h
index eb73154c14b458d7ddebff40859650005c4ac631..cf026b81f9c7d4cf2de00b8be23ec681fd0b93e2 100644 (file)
@@ -23,7 +23,7 @@
 
 #include <stdint.h>
 
-typedef struct {
+typedef struct FFBoundingBox {
     int x1, x2, y1, y2;
 } FFBoundingBox;