summaryrefslogtreecommitdiff
path: root/lib/rbcodec/codecs/libpcm/ieee_float.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbcodec/codecs/libpcm/ieee_float.c')
-rw-r--r--lib/rbcodec/codecs/libpcm/ieee_float.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rbcodec/codecs/libpcm/ieee_float.c b/lib/rbcodec/codecs/libpcm/ieee_float.c
index 97a7fcecd4..29e145b381 100644
--- a/lib/rbcodec/codecs/libpcm/ieee_float.c
+++ b/lib/rbcodec/codecs/libpcm/ieee_float.c
@@ -26,9 +26,9 @@
26 * IEEE float 26 * IEEE float
27 */ 27 */
28 28
29static struct pcm_format *fmt; 29static struct libpcm_pcm_format *fmt;
30 30
31static bool set_format(struct pcm_format *format) 31static bool set_format(struct libpcm_pcm_format *format)
32{ 32{
33 fmt = format; 33 fmt = format;
34 34