summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libpcm/pcm_common.h
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-11-06 20:06:08 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-11-06 20:06:08 -0500
commit826f99e18701988d7e7cdc3d7019a20e1d697403 (patch)
treee3d9bcdc138426bba1c1bb6d70a6240ea206d0f3 /lib/rbcodec/codecs/libpcm/pcm_common.h
parent1015e1f5ca4fb7eec096677985b21b94c2699a22 (diff)
downloadrockbox-826f99e18701988d7e7cdc3d7019a20e1d697403.tar.gz
rockbox-826f99e18701988d7e7cdc3d7019a20e1d697403.zip
libpcm: Get unbranded structure tag out of my way.
No functional changes. Change-Id: If372023cb605389a203a635b700eca20685ad49b
Diffstat (limited to 'lib/rbcodec/codecs/libpcm/pcm_common.h')
-rw-r--r--lib/rbcodec/codecs/libpcm/pcm_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libpcm/pcm_common.h b/lib/rbcodec/codecs/libpcm/pcm_common.h
index 90e29c98ee..626133dc41 100644
--- a/lib/rbcodec/codecs/libpcm/pcm_common.h
+++ b/lib/rbcodec/codecs/libpcm/pcm_common.h
@@ -47,7 +47,7 @@ else if ((data) < (min)) data = min;
47 */ 47 */
48#define MSADPCM_NUM_COEFF 7 48#define MSADPCM_NUM_COEFF 7
49 49
50struct pcm_format { 50struct libpcm_pcm_format {
51 /* 51 /*
52 * RIFF: wFormatTag (in 'fmt ' chunk) 52 * RIFF: wFormatTag (in 'fmt ' chunk)
53 * AIFF: compressionType (in 'COMM' chunk) 53 * AIFF: compressionType (in 'COMM' chunk)
@@ -138,7 +138,7 @@ struct pcm_codec {
138 * true: RIFF/AIFF header check OK 138 * true: RIFF/AIFF header check OK
139 * false: RIFF/AIFF header check NG 139 * false: RIFF/AIFF header check NG
140 */ 140 */
141 bool (*set_format)(struct pcm_format *format); 141 bool (*set_format)(struct libpcm_pcm_format *format);
142 142
143 /* 143 /*
144 * get seek position 144 * get seek position