summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-10-20 01:23:08 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-10-20 01:23:08 -0700
commit85d87d6b43015f238fd75bb8efa834f021f118e5 (patch)
tree3bcf9718942bf7ea6ec7b07b177b6f831bb00303 /media
parentabe2a12185848e4fd7832fc835610d5c6a8906a2 (diff)
parent5a77ac200b4b67dba7cf84d47f464f097c51b1d3 (diff)
downloadandroid_hardware_interfaces-85d87d6b43015f238fd75bb8efa834f021f118e5.tar.gz
android_hardware_interfaces-85d87d6b43015f238fd75bb8efa834f021f118e5.tar.bz2
android_hardware_interfaces-85d87d6b43015f238fd75bb8efa834f021f118e5.zip
Merge "Fix implicit-fallthrough warnings." am: ad9708f570 am: dc607bc28e
am: 5a77ac200b Change-Id: I663cb317bef106d9d3e09f8bf305783c41b2bf39
Diffstat (limited to 'media')
-rw-r--r--media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
index e851a7c1e..4543c0125 100644
--- a/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
+++ b/media/omx/1.0/vts/functional/audio/VtsHalMediaOmxV1_0TargetAudioDecTest.cpp
@@ -297,6 +297,7 @@ void setDefaultPortParam(
setupAACPort(omxNode, portIndex, OMX_AUDIO_AACObjectNull,
OMX_AUDIO_AACStreamFormatMP4FF, nChannels, 0,
nSampleRate);
+ break;
default:
break;
}