This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avfilter/transpose: add missing headers
tags/n4.3
Paul B Mahol
5 years ago
parent
738bc3e742
commit
ec5d385722
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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,
Write
Preview
Loading…
Cancel
Save