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/pcm_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/rbcodec/codecs/libpcm/pcm_common.h') 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; */ #define MSADPCM_NUM_COEFF 7 -struct pcm_format { +struct libpcm_pcm_format { /* * RIFF: wFormatTag (in 'fmt ' chunk) * AIFF: compressionType (in 'COMM' chunk) @@ -138,7 +138,7 @@ struct pcm_codec { * true: RIFF/AIFF header check OK * false: RIFF/AIFF header check NG */ - bool (*set_format)(struct pcm_format *format); + bool (*set_format)(struct libpcm_pcm_format *format); /* * get seek position -- cgit v1.2.3