Fix implicit-fallthrough warnings.

Test: make checkbuild
Bug: 112564944
Change-Id: Ib93559a5c1512861f9746cd28d8b19073ce92aa8
This commit is contained in:
Chih-Hung Hsieh
2018-10-19 14:26:01 -07:00
parent 591171a659
commit eb1be49ae1

View File

@@ -297,6 +297,7 @@ void setDefaultPortParam(
setupAACPort(omxNode, portIndex, OMX_AUDIO_AACObjectNull,
OMX_AUDIO_AACStreamFormatMP4FF, nChannels, 0,
nSampleRate);
break;
default:
break;
}