mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04: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
|
|
@ -47,7 +47,7 @@ else if ((data) < (min)) data = min;
|
|||
*/
|
||||
#define MSADPCM_NUM_COEFF 7
|
||||
|
||||
struct pcm_format {
|
||||
struct libpcm_pcm_format {
|
||||
/*
|
||||
* RIFF: wFormatTag (in 'fmt ' chunk)
|
||||
* AIFF: compressionType (in 'COMM' chunk)
|
||||
|
|
@ -138,7 +138,7 @@ struct pcm_codec {
|
|||
* true: RIFF/AIFF header check OK
|
||||
* false: RIFF/AIFF header check NG
|
||||
*/
|
||||
bool (*set_format)(struct pcm_format *format);
|
||||
bool (*set_format)(struct libpcm_pcm_format *format);
|
||||
|
||||
/*
|
||||
* get seek position
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue