summaryrefslogtreecommitdiffstats
path: root/ffmpeg.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-05-18 00:28:57 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-05-18 00:52:36 +0200
commit57e38043def65418333885c7481b197d470af336 (patch)
treead7db8e3a215ef014a7ac07fbe857c8edb7624e3 /ffmpeg.h
parent14c4b2515836811d53bb5696951637537353387f (diff)
downloadffmpeg-streaming-57e38043def65418333885c7481b197d470af336.zip
ffmpeg-streaming-57e38043def65418333885c7481b197d470af336.tar.gz
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 800bd0a..7fd129a 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;
OpenPOWER on IntegriCloud