summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libpcm/yamaha_adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libpcm/yamaha_adpcm.c')
-rw-r--r--lib/rbcodec/codecs/libpcm/yamaha_adpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libpcm/yamaha_adpcm.c b/lib/rbcodec/codecs/libpcm/yamaha_adpcm.c
index c67fe7524a..946d7ed0ec 100644
--- a/lib/rbcodec/codecs/libpcm/yamaha_adpcm.c
+++ b/lib/rbcodec/codecs/libpcm/yamaha_adpcm.c
@@ -76,9 +76,9 @@ static bool has_block_header = false;
76static struct adpcm_data cur_data; 76static struct adpcm_data cur_data;
77static int blocksperchunk; 77static int blocksperchunk;
78 78
79static struct pcm_format *fmt; 79static struct libpcm_pcm_format *fmt;
80 80
81static bool set_format(struct pcm_format *format) 81static bool set_format(struct libpcm_pcm_format *format)
82{ 82{
83 fmt = format; 83 fmt = format;
84 84