commit | 1c3c54395729dfae20357d4e510038084cc416cc | [log] [tgz] |
---|---|---|
author | Rajneesh Chowdury <rajneeshc@google.com> | Wed Jul 20 13:47:34 2011 -0700 |
committer | Rajneesh Chowdury <rajneeshc@google.com> | Wed Jul 20 15:27:53 2011 -0700 |
tree | 58df3b3f7fec18cbb8ea7b5550da31b1c5c45c41 | |
parent | b13adac0f1ce1792151192966e428d1eed3ef826 [diff] [blame] |
Fix for issue 4988956 No audio can be heard during preview Change-Id: I61fc9086f2c00259e4f54535a5938b161d95b144
diff --git a/libvideoeditor/lvpp/VideoEditorSRC.h b/libvideoeditor/lvpp/VideoEditorSRC.h index 069665a..20313e3 100755 --- a/libvideoeditor/lvpp/VideoEditorSRC.h +++ b/libvideoeditor/lvpp/VideoEditorSRC.h
@@ -67,6 +67,8 @@ VideoEditorSRC(); VideoEditorSRC &operator=(const VideoEditorSRC &); + status_t checkAndSetResampler(); + AudioResampler *mResampler; sp<MediaSource> mSource; MediaBuffer *mCopyBuffer;