[FFmpeg-cvslog] avfilter/transpose: add missing headers
Paul B Mahol
git at videolan.org
Tue Oct 22 20:54:33 EEST 2019
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Tue Oct 22 19:53:50 2019 +0200| [ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b] | committer: Paul B Mahol
avfilter/transpose: add missing headers
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b
---
libavfilter/transpose.h | 3 +++
1 file changed, 3 insertions(+)
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,
More information about the ffmpeg-cvslog
mailing list