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

Commit 7861bcab authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Set the AAC audioMuxVersion to "2""

parents 5e734866 c83faa20
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ static void a2dp_aac_encoder_update(uint16_t peer_mtu,
  }

  // Set the encoder's parameters: audioMuxVersion
  aac_param_value = 1;  // audioMuxVersion = 1
  aac_param_value = 2;  // audioMuxVersion = "2"
  aac_error = aacEncoder_SetParam(a2dp_aac_encoder_cb.aac_handle,
                                  AACENC_AUDIOMUXVER, aac_param_value);
  if (aac_error != AACENC_OK) {