summaryrefslogtreecommitdiffstats
path: root/libvideoeditor/lvpp/VideoEditorSRC.h
diff options
context:
space:
mode:
authorRajneesh Chowdury <rajneeshc@google.com>2011-07-20 13:47:34 -0700
committerRajneesh Chowdury <rajneeshc@google.com>2011-07-20 15:27:53 -0700
commit1c3c54395729dfae20357d4e510038084cc416cc (patch)
tree58df3b3f7fec18cbb8ea7b5550da31b1c5c45c41 /libvideoeditor/lvpp/VideoEditorSRC.h
parentb13adac0f1ce1792151192966e428d1eed3ef826 (diff)
downloadframeworks_av-1c3c54395729dfae20357d4e510038084cc416cc.zip
frameworks_av-1c3c54395729dfae20357d4e510038084cc416cc.tar.gz
frameworks_av-1c3c54395729dfae20357d4e510038084cc416cc.tar.bz2
Fix for issue 4988956 No audio can be heard during preview
Change-Id: I61fc9086f2c00259e4f54535a5938b161d95b144
Diffstat (limited to 'libvideoeditor/lvpp/VideoEditorSRC.h')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorSRC.h2
1 files changed, 2 insertions, 0 deletions
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 @@ class VideoEditorSRC : public MediaSource , public AudioBufferProvider {
VideoEditorSRC();
VideoEditorSRC &operator=(const VideoEditorSRC &);
+ status_t checkAndSetResampler();
+
AudioResampler *mResampler;
sp<MediaSource> mSource;
MediaBuffer *mCopyBuffer;