summaryrefslogtreecommitdiffstats
path: root/libavfilter
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
parent738bc3e7420751a7686040e7248efad13fcbc86b (diff)
downloadffmpeg-streaming-ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b.zip
ffmpeg-streaming-ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b.tar.gz
avfilter/transpose: add missing headers
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/transpose.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavfilter/transpose.h b/libavfilter/transpose.h
index f73a428..4e850ef 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,
OpenPOWER on IntegriCloud