summaryrefslogtreecommitdiff
path: root/plugins/mpgmad/mpgmad.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/mpgmad/mpgmad.c')
-rw-r--r--plugins/mpgmad/mpgmad.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpgmad/mpgmad.c b/plugins/mpgmad/mpgmad.c
index 567c8405..abee585b 100644
--- a/plugins/mpgmad/mpgmad.c
+++ b/plugins/mpgmad/mpgmad.c
@@ -792,7 +792,7 @@ cmp3_stream_frame (void) {
// synthesize single frame
mad_synth_frame(&synth,&frame);
buffer.decode_remaining = synth.pcm.length;
- deadbeef->playback_update_bitrate (frame.header.bitrate/1000);
+ deadbeef->streamer_set_bitrate (frame.header.bitrate/1000);
break;
}
return eof;