summaryrefslogtreecommitdiff
path: root/apps/plugins/video.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r--apps/plugins/video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 73968d33b3..0257ad26b7 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -278,7 +278,7 @@ void ChangeVolume(int delta)
278 else if (vol < 0) vol = 0; 278 else if (vol < 0) vol = 0;
279 if (vol != rb->global_settings->volume) 279 if (vol != rb->global_settings->volume)
280 { 280 {
281 rb->mpeg_sound_set(SOUND_VOLUME, vol); 281 rb->sound_set(SOUND_VOLUME, vol);
282 rb->global_settings->volume = vol; 282 rb->global_settings->volume = vol;
283 rb->snprintf(gPrint, sizeof(gPrint), "Vol: %d", vol); 283 rb->snprintf(gPrint, sizeof(gPrint), "Vol: %d", vol);
284 rb->lcd_puts(0, 7, gPrint); 284 rb->lcd_puts(0, 7, gPrint);