commit | 2db767137112a619751b70b9947aaa064030a210 | [log] [tgz] |
---|---|---|
author | Chih-Chung Chang <chihchung@google.com> | Tue Nov 15 19:47:25 2011 +0800 |
committer | Chih-Chung Chang <chihchung@google.com> | Tue Nov 15 19:47:53 2011 +0800 |
tree | f2dd3c3d99a3e9fc87dc4bbdb57933829657d04c | |
parent | e20c2c1775349da6d4a5700f0c7faaa07d62f409 [diff] [blame] |
Fix 5607624: Native crash in movie studio while previewing the movie Change-Id: I6bc123a3da4fb071a65fe776bcba0268fa58bf29
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.h b/libvideoeditor/lvpp/VideoEditorSRC.h index a5e8e22..c61b7c1 100755 --- a/libvideoeditor/lvpp/VideoEditorSRC.h +++ b/libvideoeditor/lvpp/VideoEditorSRC.h
@@ -78,6 +78,7 @@ MediaBuffer* mBuffer; int32_t mLeftover; bool mFormatChanged; + bool mStopPending; int64_t mInitialTimeStampUs; int64_t mAccuOutBufferSize;