Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / audio_coding / neteq4 / decision_logic.cc
index 04b886a..85edbb4 100644 (file)
@@ -145,8 +145,8 @@ Operations DecisionLogic::GetDecision(const SyncBuffer& sync_buffer,
                                 reset_decoder);
 }
 
-void DecisionLogic::ExpandDecision(bool is_expand_decision) {
-  if (is_expand_decision) {
+void DecisionLogic::ExpandDecision(Operations operation) {
+  if (operation == kExpand) {
     num_consecutive_expands_++;
   } else {
     num_consecutive_expands_ = 0;