summaryrefslogtreecommitdiffstats
path: root/lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c')
-rw-r--r--lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c b/lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c
index d7b3360eb3..26deb7c045 100644
--- a/lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c
+++ b/lib/rbcodec/codecs/libpcm/qt_ima_adpcm.c
@@ -33,9 +33,9 @@
* [3] ffmpeg source code, libavcodec/adpcm.c
*/
-static struct pcm_format *fmt;
+static struct libpcm_pcm_format *fmt;
-static bool set_format(struct pcm_format *format)
+static bool set_format(struct libpcm_pcm_format *format)
{
fmt = format;