forked from len0rd/rockbox
As3525 wavpack_enc document some intentional switch fall through
Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
This commit is contained in:
parent
0a6d7abd13
commit
275c762bb2
3 changed files with 8 additions and 1 deletions
|
@ -365,6 +365,7 @@ enum codec_status codec_run(void)
|
|||
if (!(data = ci->enc_encbuf_get_buffer(out_reqsize)))
|
||||
continue;
|
||||
getbuf = GETBUF_PCM;
|
||||
/*fallthrough*/
|
||||
case GETBUF_PCM:
|
||||
if (!ci->enc_pcmbuf_read(input_buffer + PCM_SAMP_PER_CHUNK,
|
||||
PCM_SAMP_PER_CHUNK))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue