mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +08:00
avfilter/transpose: add missing headers
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user