summaryrefslogtreecommitdiffstats
path: root/libvideoeditor
diff options
context:
space:
mode:
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 0798fc1..95ed729 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