summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/include
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2011-01-16 11:30:13 -0800
committerJames Dong <jdong@google.com>2011-01-19 08:33:07 -0800
commitb45c01c2b8588ff431b511151666a55a39f0a6ae (patch)
tree94a766af98d29e9b6d745e42a5f625106267a2e1 /media/libstagefright/include
parent2b4883641e324c50a2ee24c5bd15170c7d31e57d (diff)
downloadframeworks_av-b45c01c2b8588ff431b511151666a55a39f0a6ae.zip
frameworks_av-b45c01c2b8588ff431b511151666a55a39f0a6ae.tar.gz
frameworks_av-b45c01c2b8588ff431b511151666a55a39f0a6ae.tar.bz2
Fix the presentation video resolution when it is different from the actual image resolution of the video.
bug - 3352413 Change-Id: I8f08f3896e9fb90f09119dccdb88b82af60f79f2
Diffstat (limited to 'media/libstagefright/include')
-rw-r--r--media/libstagefright/include/AwesomePlayer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/media/libstagefright/include/AwesomePlayer.h b/media/libstagefright/include/AwesomePlayer.h
index fe00856..41ef181 100644
--- a/media/libstagefright/include/AwesomePlayer.h
+++ b/media/libstagefright/include/AwesomePlayer.h
@@ -150,6 +150,9 @@ private:
AudioPlayer *mAudioPlayer;
int64_t mDurationUs;
+ int32_t mDisplayWidth;
+ int32_t mDisplayHeight;
+
uint32_t mFlags;
uint32_t mExtractorFlags;
uint32_t mSinceLastDropped;