mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-09 13:15:18 -05:00
libpcm: Get unbranded structure tag out of my way.
No functional changes. Change-Id: If372023cb605389a203a635b700eca20685ad49b
This commit is contained in:
parent
1015e1f5ca
commit
826f99e187
16 changed files with 36 additions and 36 deletions
|
|
@ -76,9 +76,9 @@ static bool has_block_header = false;
|
|||
static struct adpcm_data cur_data;
|
||||
static int blocksperchunk;
|
||||
|
||||
static struct pcm_format *fmt;
|
||||
static struct libpcm_pcm_format *fmt;
|
||||
|
||||
static bool set_format(struct pcm_format *format)
|
||||
static bool set_format(struct libpcm_pcm_format *format)
|
||||
{
|
||||
fmt = format;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue