From d1e7b4e38136f9342aad76c685a13adf0e69f869 Mon Sep 17 00:00:00 2001
From: Max Kellermann <max@duempel.org>
Date: Sat, 3 Aug 2013 21:00:50 +0200
Subject: audio_format: convert to C++

---
 src/DecoderAPI.hxx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'src/DecoderAPI.hxx')

diff --git a/src/DecoderAPI.hxx b/src/DecoderAPI.hxx
index c70365bff..a5eb2f236 100644
--- a/src/DecoderAPI.hxx
+++ b/src/DecoderAPI.hxx
@@ -33,7 +33,7 @@
 #include "input_stream.h"
 #include "replay_gain_info.h"
 #include "Tag.hxx"
-#include "audio_format.h"
+#include "AudioFormat.hxx"
 #include "conf.h"
 
 /**
@@ -48,7 +48,7 @@
  */
 void
 decoder_initialized(struct decoder *decoder,
-		    const struct audio_format *audio_format,
+		    AudioFormat audio_format,
 		    bool seekable, float total_time);
 
 /**
-- 
cgit v1.2.3