Commit ec5d3857 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/transpose: add missing headers

parent 738bc3e7
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment