Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-18 01:28:57 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-05-18 01:52:36 +0300
commit57e38043def65418333885c7481b197d470af336 (patch)
treead7db8e3a215ef014a7ac07fbe857c8edb7624e3 /ffmpeg.h
parent14c4b2515836811d53bb5696951637537353387f (diff)
ffmpeg: Do not copy the display matrix if rotation meta-data is manually added
Fixes Ticket4560 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.h')
-rw-r--r--ffmpeg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.h b/ffmpeg.h
index 800bd0ab0e..7fd129a283 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -405,6 +405,7 @@ typedef struct OutputStream {
AVRational frame_rate;
int force_fps;
int top_field_first;
+ int rotate_overridden;
AVRational frame_aspect_ratio;