player_control: rename to PlayerControl

This commit is contained in:
Max Kellermann
2013-10-28 10:12:21 +01:00
parent e699f6781e
commit 5b5675cc12
22 changed files with 137 additions and 137 deletions

View File

@@ -72,9 +72,9 @@ find_named_config_block(ConfigOption option, const char *name)
return NULL;
}
player_control::player_control(gcc_unused unsigned _buffer_chunks,
PlayerControl::PlayerControl(gcc_unused unsigned _buffer_chunks,
gcc_unused unsigned _buffered_before_play) {}
player_control::~player_control() {}
PlayerControl::~PlayerControl() {}
static struct audio_output *
load_audio_output(const char *name)
@@ -87,7 +87,7 @@ load_audio_output(const char *name)
return nullptr;
}
static struct player_control dummy_player_control(32, 4);
static struct PlayerControl dummy_player_control(32, 4);
Error error;
struct audio_output *ao =