summaryrefslogtreecommitdiff
path: root/modules/audio_coding/main/acm2/acm_cng.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_coding/main/acm2/acm_cng.h')
-rw-r--r--modules/audio_coding/main/acm2/acm_cng.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/audio_coding/main/acm2/acm_cng.h b/modules/audio_coding/main/acm2/acm_cng.h
index a0c1c554..8b0a3928 100644
--- a/modules/audio_coding/main/acm2/acm_cng.h
+++ b/modules/audio_coding/main/acm2/acm_cng.h
@@ -35,7 +35,8 @@ class ACMCNG: public ACMGenericCodec {
int16_t InternalInitEncoder(WebRtcACMCodecParams *codec_params);
protected:
- void DestructEncoderSafe();
+ void DestructEncoderSafe() OVERRIDE
+ EXCLUSIVE_LOCKS_REQUIRED(codec_wrapper_lock_);
int16_t InternalCreateEncoder();