1
0
Fork 0
forked from len0rd/rockbox

As3525 wavpack_enc document some intentional switch fall through

Change-Id: I56bf439df2c05653d65f49238e886e4ef2291176
This commit is contained in:
William Wilgus 2021-08-08 09:27:27 -04:00
parent 0a6d7abd13
commit 275c762bb2
3 changed files with 8 additions and 1 deletions

View file

@ -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))