Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2019-10-22 20:53:50 +0300
committerPaul B Mahol <onemda@gmail.com>2019-10-22 20:53:50 +0300
commitec5d385722d94d6e024c5e0ddfdc8dfbded40a1b (patch)
tree766b4954e2b9459f670235b117d97ccbe76999b1 /libavfilter
parent738bc3e7420751a7686040e7248efad13fcbc86b (diff)
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 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,