commit | 9785cdf83214ce4d998e65ac0fce92cea3137f0b | [log] [tgz] |
---|---|---|
author | Santosh Madhava <smadhava@google.com> | Tue Feb 08 23:26:18 2011 -0800 |
committer | Santosh Madhava <smadhava@google.com> | Wed Feb 09 17:44:05 2011 -0800 |
tree | 86ac70e2b7c521f7197f026b4f61cd9ec536ee68 | |
parent | 1ea8583c990170b94cdca0f9a248d61961c3520f [diff] [blame] |
Fix for issue 3431967 : Movie Studio crashed after pressing the back button Change-Id: I4b8cb2a54c2a1b7117feae9d8c6ca14e81b1f83d
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 @@ int64_t mSeekTimeUs; ReadOptions::SeekMode mSeekMode; + int16_t *mReSampledBuffer; };