]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/transpose.h
avfilter: add dblur video filter
[ffmpeg] / libavfilter / transpose.h
index f73a42864fdb0d7a42a1866e313efa4169373f6d..4e850ef067ad88f3432333fe441893ef83dd37e8 100644 (file)
@@ -18,6 +18,9 @@
 #ifndef AVFILTER_TRANSPOSE_H
 #define AVFILTER_TRANSPOSE_H
 
+#include <stddef.h>
+#include <stdint.h>
+
 enum PassthroughType {
     TRANSPOSE_PT_TYPE_NONE,
     TRANSPOSE_PT_TYPE_LANDSCAPE,