summaryrefslogtreecommitdiff
path: root/libavfilter/transpose.h
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-22 19:53:50 +0200
committerPaul B Mahol <onemda@gmail.com>2019-10-22 19:53:50 +0200
commitec5d385722d94d6e024c5e0ddfdc8dfbded40a1b (patch)
tree766b4954e2b9459f670235b117d97ccbe76999b1 /libavfilter/transpose.h
parent738bc3e7420751a7686040e7248efad13fcbc86b (diff)
avfilter/transpose: add missing headers
Diffstat (limited to 'libavfilter/transpose.h')
-rw-r--r--libavfilter/transpose.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/transpose.h b/libavfilter/transpose.h
index f73a42864f..4e850ef067 100644
--- a/libavfilter/transpose.h
+++ b/libavfilter/transpose.h
@@ -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,