diff options
author | Rajneesh Chowdury <rajneeshc@google.com> | 2011-08-30 12:59:30 -0700 |
---|---|---|
committer | Rajneesh Chowdury <rajneeshc@google.com> | 2011-08-30 12:59:30 -0700 |
commit | e9eec0e0975c57c0dac91eb5b4cbb052b7dd011a (patch) | |
tree | a0149c5899128a58ddd146620f566371c365b049 /libvideoeditor/vss/mcs | |
parent | dac2f050b814bd72ff66b4ae58634c25fb2185ff (diff) | |
download | frameworks_av-e9eec0e0975c57c0dac91eb5b4cbb052b7dd011a.zip frameworks_av-e9eec0e0975c57c0dac91eb5b4cbb052b7dd011a.tar.gz frameworks_av-e9eec0e0975c57c0dac91eb5b4cbb052b7dd011a.tar.bz2 |
Fix for 5156702 Rotate video output for thumbnails and export
This is part of a multi project submit.
This is the native engine part.
Change-Id: Icde922194a123a90544942caa12430fc3c4ef10e
Diffstat (limited to 'libvideoeditor/vss/mcs')
-rwxr-xr-x | libvideoeditor/vss/mcs/src/M4MCS_API.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libvideoeditor/vss/mcs/src/M4MCS_API.c b/libvideoeditor/vss/mcs/src/M4MCS_API.c index baa0dd5..77990aa 100755 --- a/libvideoeditor/vss/mcs/src/M4MCS_API.c +++ b/libvideoeditor/vss/mcs/src/M4MCS_API.c @@ -9526,6 +9526,8 @@ static M4OSA_ERR M4MCS_intGetInputClipProperties( M4MCS_InternalContext *pC ) pC->pReaderVideoStream->m_averageFrameRate; pC->InputFileProperties.uiVideoMaxAuSize = pC->pReaderVideoStream->m_basicProperties.m_maxAUSize; + pC->InputFileProperties.videoRotationDegrees = + pC->pReaderVideoStream->videoRotationDegrees; } else { |