From 826f99e18701988d7e7cdc3d7019a20e1d697403 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 6 Nov 2017 20:06:08 -0500 Subject: libpcm: Get unbranded structure tag out of my way. No functional changes. Change-Id: If372023cb605389a203a635b700eca20685ad49b --- lib/rbcodec/codecs/aiff.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rbcodec/codecs/aiff.c') diff --git a/lib/rbcodec/codecs/aiff.c b/lib/rbcodec/codecs/aiff.c index 9fee781c03..210c2065db 100644 --- a/lib/rbcodec/codecs/aiff.c +++ b/lib/rbcodec/codecs/aiff.c @@ -75,7 +75,7 @@ enum codec_status codec_main(enum codec_entry_call_reason reason) /* this is called for each file to process */ enum codec_status codec_run(void) { - struct pcm_format format; + struct libpcm_pcm_format format; uint32_t bytesdone, decodedsamples; /* rockbox: comment 'set but unused' variables uint32_t num_sample_frames = 0; @@ -127,7 +127,7 @@ enum codec_status codec_run(void) buf += 12; n -= 12; - ci->memset(&format, 0, sizeof(struct pcm_format)); + ci->memset(&format, 0, sizeof(struct libpcm_pcm_format)); format.is_signed = true; format.is_little_endian = false; -- cgit v1.2.3