summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libpcm/pcm_common.h
diff options
context:
space:
mode:
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