ffmpeg | branch: master | Paul B Mahol <[email protected]> | 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,

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to