mirror of
https://github.com/mstorsjo/fdk-aac.git
synced 2025-06-05 22:39:13 +02:00
Add missing break in order to avoid a fallthrough in setConcealMethod()
Test: atest DecoderTestXheAac ; atest DecoderTestAacDrc Change-Id: I10da23ee81cfc48d4a67c25006e6fd48ed985c69
This commit is contained in:
committed by
Jean-Michel Trivi
parent
64134e60b3
commit
8f5b1e47d6
@ -634,6 +634,7 @@ static AAC_DECODER_ERROR setConcealMethod(
|
||||
switch (err) {
|
||||
case PCMDMX_INVALID_HANDLE:
|
||||
errorStatus = AAC_DEC_INVALID_HANDLE;
|
||||
break;
|
||||
case PCMDMX_OK:
|
||||
break;
|
||||
default:
|
||||
|
Reference in New Issue
Block a user