summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/vss/mcs/src
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-08-30 12:59:30 -0700
committerRajneesh Chowdury <rajneeshc@google.com>2011-08-30 12:59:30 -0700
commite9eec0e0975c57c0dac91eb5b4cbb052b7dd011a (patch)
treea0149c5899128a58ddd146620f566371c365b049 /libvideoeditor/vss/mcs/src
parentdac2f050b814bd72ff66b4ae58634c25fb2185ff (diff)
downloadframeworks_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/src')
-rwxr-xr-xlibvideoeditor/vss/mcs/src/M4MCS_API.c2
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
{