commit | 5bc7fb407ce1bab13d4a4a67d34a1a3192ee3186 | [log] [tgz] |
---|---|---|
author | Dheeraj Sharma <dheerajs@google.com> | Sun Feb 13 20:31:27 2011 -0800 |
committer | Dheeraj Sharma <dheerajs@google.com> | Sun Feb 13 20:31:27 2011 -0800 |
tree | 327451bf39c8fd202f0a9f17c55583379b5d3eff | |
parent | 1845894d33736c8e17df6b88874bbd4e5a73977a [diff] [blame] |
Fix for issue : 3450195 Adapt to the recent changes of awesome player in video editor preview player Change-Id: Ibd15264837dab32464fb90e75cf6d3d323cbbae3
diff --git a/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp b/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp index e699fbe..48d43b4 100755 --- a/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp +++ b/libvideoeditor/lvpp/VideoEditorAudioPlayer.cpp
@@ -38,6 +38,7 @@ LOGV("VideoEditorAudioPlayer"); mBGAudioPCMFileHandle = NULL; + mAudioProcess = NULL; mBGAudioPCMFileLength = 0; mBGAudioPCMFileTrimmedLength = 0; mBGAudioPCMFileDuration = 0;