]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/vf_tile.c
Merge commit '628ce8b8b6b80cb3985d39e195b71b9d7fad9008'
[ffmpeg] / libavfilter / vf_tile.c
index 9af00bd8f517d0e4b04f7a522585e263e76a7f11..87e0b940cfcc6e2de7349f0167f7e332e01d997b 100644 (file)
@@ -31,7 +31,7 @@
 #include "video.h"
 #include "internal.h"
 
-typedef struct {
+typedef struct TileContext {
     const AVClass *class;
     unsigned w, h;
     unsigned margin;