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/libpcm/swf_adpcm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rbcodec/codecs/libpcm/swf_adpcm.c') diff --git a/lib/rbcodec/codecs/libpcm/swf_adpcm.c b/lib/rbcodec/codecs/libpcm/swf_adpcm.c index c440fd1303..7eb74fdd19 100644 --- a/lib/rbcodec/codecs/libpcm/swf_adpcm.c +++ b/lib/rbcodec/codecs/libpcm/swf_adpcm.c @@ -45,11 +45,11 @@ static int blockbits = 0; static int lastbytebits = 0; static bool after_seek = false; -static struct pcm_format *fmt; +static struct libpcm_pcm_format *fmt; #define GET_SAMPLE_COUNT(s) ((((s) << 3) / fmt->channels - 22) / fmt->bitspersample + 1) -static bool set_format(struct pcm_format *format) +static bool set_format(struct libpcm_pcm_format *format) { fmt = format; -- cgit v1.2.3