From 0ca626237aef1c8ae30c31aa5ec2de09d2f31c42 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sun, 9 Aug 2009 21:36:41 +0200 Subject: Fix commit a195a94be7aa14d839c77275814a52d2ee6b8b6f mp3 and mp3-hifi player functions are the same --- src/player.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/player.c') diff --git a/src/player.c b/src/player.c index 8af4b8d..bb65ee0 100644 --- a/src/player.c +++ b/src/player.c @@ -422,6 +422,7 @@ void *BarPlayerThread (void *data) { #ifdef ENABLE_MAD case PIANO_AF_MP3: + case PIANO_AF_MP3_HI: mad_stream_init (&player->mp3Stream); mad_frame_init (&player->mp3Frame); mad_synth_init (&player->mp3Synth); @@ -456,6 +457,7 @@ void *BarPlayerThread (void *data) { #ifdef ENABLE_MAD case PIANO_AF_MP3: + case PIANO_AF_MP3_HI: mad_synth_finish (&player->mp3Synth); mad_frame_finish (&player->mp3Frame); mad_stream_finish (&player->mp3Stream); -- cgit v1.2.3