summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/PreviewPlayer.h
diff options
context:
space:
mode:
authorChih-Chung Chang <chihchung@google.com>2011-08-01 16:34:05 +0800
committerChih-Chung Chang <chihchung@google.com>2011-08-03 09:41:42 +0800
commitcece4b32d340f0ca514160647b9883e3777bc376 (patch)
tree0572c94638629694105646259fd2204e21d5ad36 /libvideoeditor/lvpp/PreviewPlayer.h
parente048e90967aa52e01b6b3ca445e4ade75c0dc878 (diff)
downloadframeworks_av-cece4b32d340f0ca514160647b9883e3777bc376.zip
frameworks_av-cece4b32d340f0ca514160647b9883e3777bc376.tar.gz
frameworks_av-cece4b32d340f0ca514160647b9883e3777bc376.tar.bz2
Remove unused mLastVideoBuffer and bAppliedVideoEffect.
Change-Id: I29511aaa714494a1a6caa4ed95bbc26370b37246
Diffstat (limited to 'libvideoeditor/lvpp/PreviewPlayer.h')
-rwxr-xr-xlibvideoeditor/lvpp/PreviewPlayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/libvideoeditor/lvpp/PreviewPlayer.h b/libvideoeditor/lvpp/PreviewPlayer.h
index 266bd5e..fd2e6d2 100755
--- a/libvideoeditor/lvpp/PreviewPlayer.h
+++ b/libvideoeditor/lvpp/PreviewPlayer.h
@@ -118,8 +118,6 @@ private:
int32_t mVideoWidth, mVideoHeight;
- MediaBuffer *mLastVideoBuffer;
-
//Data structures used for audio and video effects
M4VSS3GPP_EffectSettings* mEffectsSettings;
M4xVSS_AudioMixingSettings* mPreviewPlayerAudioMixSettings;