forked from FFmpeg/FFmpeg
avfilter/transpose: add missing headers
This commit is contained in:
parent
738bc3e742
commit
ec5d385722
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@
|
||||||
#ifndef AVFILTER_TRANSPOSE_H
|
#ifndef AVFILTER_TRANSPOSE_H
|
||||||
#define AVFILTER_TRANSPOSE_H
|
#define AVFILTER_TRANSPOSE_H
|
||||||
|
|
||||||
|
#include <stddef.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
enum PassthroughType {
|
enum PassthroughType {
|
||||||
TRANSPOSE_PT_TYPE_NONE,
|
TRANSPOSE_PT_TYPE_NONE,
|
||||||
TRANSPOSE_PT_TYPE_LANDSCAPE,
|
TRANSPOSE_PT_TYPE_LANDSCAPE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue