Commit f55ad376 authored by mikhal's avatar mikhal Committed by Commit bot

media:AudioBuffer : Add missing break statement

BUG=

Review URL: https://codereview.chromium.org/891773003

Cr-Commit-Position: refs/heads/master@{#315349}
parent e4bb2b8f
...@@ -337,6 +337,7 @@ void AudioBuffer::ReadFramesInterleavedS32(int frames_to_copy, ...@@ -337,6 +337,7 @@ void AudioBuffer::ReadFramesInterleavedS32(int frames_to_copy,
trim_start_, trim_start_,
dest_data, dest_data,
ConvertS32ToS32); ConvertS32ToS32);
break;
case kUnknownSampleFormat: case kUnknownSampleFormat:
NOTREACHED(); NOTREACHED();
break; break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment