summaryrefslogtreecommitdiff
path: root/libvideoeditor
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-01-19 18:40:59 -0800
committerJames Dong <jdong@google.com>2012-01-19 18:47:30 -0800
commited6269fd78eb57dce865279f4b777a9dd096cdcc (patch)
tree1b7c2c3cf71172ca15999dd116ec301cfd7c8bd4 /libvideoeditor
parent7a4097cc526fc25a36e0f451613340a9444ca043 (diff)
downloadav-ed6269fd78eb57dce865279f4b777a9dd096cdcc.tar.gz
Don't allow evil constructors in VideoEditorBGAudioProcessing
Change-Id: Ic525ed66308681ec62363bc90ed2cea42c165a2b
Diffstat (limited to 'libvideoeditor')
-rwxr-xr-xlibvideoeditor/lvpp/VideoEditorBGAudioProcessing.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvideoeditor/lvpp/VideoEditorBGAudioProcessing.h b/libvideoeditor/lvpp/VideoEditorBGAudioProcessing.h
index 0798fc1bed..95ed72998c 100755
--- a/libvideoeditor/lvpp/VideoEditorBGAudioProcessing.h
+++ b/libvideoeditor/lvpp/VideoEditorBGAudioProcessing.h
@@ -90,5 +90,10 @@ private:
// This returns the size of buffer which needs to allocated
// before resampling is called
M4OSA_Int32 calculateOutResampleBufSize();
+
+ // Don't call me.
+ VideoEditorBGAudioProcessing(const VideoEditorBGAudioProcessing&);
+ VideoEditorBGAudioProcessing& operator=(
+ const VideoEditorBGAudioProcessing&);
};
} // namespace android