From d1e7b4e38136f9342aad76c685a13adf0e69f869 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Aug 2013 21:00:50 +0200 Subject: audio_format: convert to C++ --- src/PlayerControl.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/PlayerControl.hxx') diff --git a/src/PlayerControl.hxx b/src/PlayerControl.hxx index ab87f6092..bea2e05eb 100644 --- a/src/PlayerControl.hxx +++ b/src/PlayerControl.hxx @@ -20,7 +20,7 @@ #ifndef MPD_PLAYER_H #define MPD_PLAYER_H -#include "audio_format.h" +#include "AudioFormat.hxx" #include "thread/Mutex.hxx" #include "thread/Cond.hxx" @@ -85,7 +85,7 @@ enum player_error { struct player_status { enum player_state state; uint16_t bit_rate; - struct audio_format audio_format; + AudioFormat audio_format; float total_time; float elapsed_time; }; @@ -130,7 +130,7 @@ struct player_control { GError *error; uint16_t bit_rate; - struct audio_format audio_format; + AudioFormat audio_format; float total_time; float elapsed_time; -- cgit v1.2.3