From de2cb3f37568e7680549057f8d7b6d748c388480 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 10 Oct 2008 14:40:54 +0200 Subject: audio_format: renamed sampleRate to sample_rate The last bit of CamelCase in audio_format.h. Additionally, rename a bunch of local variables. --- src/player_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/player_thread.c') diff --git a/src/player_thread.c b/src/player_thread.c index 6a08bf46e..efb7d7ab5 100644 --- a/src/player_thread.c +++ b/src/player_thread.c @@ -253,7 +253,7 @@ static void do_play(void) closeAudioDevice(); } pc.totalTime = dc.totalTime; - pc.sampleRate = dc.audioFormat.sampleRate; + pc.sampleRate = dc.audioFormat.sample_rate; pc.bits = dc.audioFormat.bits; pc.channels = dc.audioFormat.channels; sizeToTime = audioFormatSizeToTime(&ob.audioFormat); -- cgit v1.2.3