diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-22 19:53:50 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-22 19:53:50 +0200 |
commit | ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b (patch) | |
tree | 766b4954e2b9459f670235b117d97ccbe76999b1 | |
parent | 738bc3e7420751a7686040e7248efad13fcbc86b (diff) | |
download | ffmpeg-ec5d385722d94d6e024c5e0ddfdc8dfbded40a1b.tar.gz |
avfilter/transpose: add missing headers
-rw-r--r-- | libavfilter/transpose.h | 3 |
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, |