Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ed6269fd authored by James Dong's avatar James Dong
Browse files

Don't allow evil constructors in VideoEditorBGAudioProcessing

Change-Id: Ic525ed66308681ec62363bc90ed2cea42c165a2b
parent 7a4097cc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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