Browse Source

avfilter/transpose: add missing headers

tags/n4.3
Paul B Mahol 5 years ago
parent
commit
ec5d385722
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libavfilter/transpose.h

+ 3
- 0
libavfilter/transpose.h View File

@@ -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