Skip to content

Commit ec5d385

Browse files
committed
avfilter/transpose: add missing headers
1 parent 738bc3e commit ec5d385

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libavfilter/transpose.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#ifndef AVFILTER_TRANSPOSE_H
1919
#define AVFILTER_TRANSPOSE_H
2020

21+
#include <stddef.h>
22+
#include <stdint.h>
23+
2124
enum PassthroughType {
2225
TRANSPOSE_PT_TYPE_NONE,
2326
TRANSPOSE_PT_TYPE_LANDSCAPE,

0 commit comments

Comments
 (0)