summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorSRC.h
diff options
context:
space:
mode:
authorSantosh Madhava <smadhava@google.com>2011-02-08 23:26:18 -0800
committerSantosh Madhava <smadhava@google.com>2011-02-09 17:44:05 -0800
commit9785cdf83214ce4d998e65ac0fce92cea3137f0b (patch)
tree86ac70e2b7c521f7197f026b4f61cd9ec536ee68 /libvideoeditor/lvpp/VideoEditorSRC.h
parent1ea8583c990170b94cdca0f9a248d61961c3520f (diff)
downloadframeworks_av-9785cdf83214ce4d998e65ac0fce92cea3137f0b.zip
frameworks_av-9785cdf83214ce4d998e65ac0fce92cea3137f0b.tar.gz
frameworks_av-9785cdf83214ce4d998e65ac0fce92cea3137f0b.tar.bz2
Fix for issue 3431967 : Movie Studio crashed after pressing the back button
Change-Id: I4b8cb2a54c2a1b7117feae9d8c6ca14e81b1f83d
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorSRC.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorSRC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.h b/libvideoeditor/lvpp/VideoEditorSRC.h
index eeb1dcc..50da23f 100755
--- a/libvideoeditor/lvpp/VideoEditorSRC.h
+++ b/libvideoeditor/lvpp/VideoEditorSRC.h
@@ -100,6 +100,7 @@ class VideoEditorSRC : public MediaSource , public AudioBufferProvider {
int64_t mSeekTimeUs;
ReadOptions::SeekMode mSeekMode;
+ int16_t *mReSampledBuffer;
};