avfilter/transpose: add missing headers

pull/324/head
Paul B Mahol 5 years ago
parent 738bc3e742
commit ec5d385722
  1. 3
      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,

Loading…
Cancel
Save