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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 869a053886..c8f9673a25 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -585,7 +585,7 @@ void Cleanup(void *fd)
585 rb->mp3_play_stop(); /* stop audio ISR */ 585 rb->mp3_play_stop(); /* stop audio ISR */
586 586
587 /* Turn on backlight timeout (revert to settings) */ 587 /* Turn on backlight timeout (revert to settings) */
588 backlight_use_settings(); /* backlight control in lib/helper.c */ 588 backlight_use_settings();
589 589
590 /* restore normal contrast */ 590 /* restore normal contrast */
591 rb->lcd_set_contrast(rb->global_settings->contrast); 591 rb->lcd_set_contrast(rb->global_settings->contrast);
@@ -954,7 +954,7 @@ int main(char* filename)
954 { 954 {
955 gPlay.bHasVideo = true; 955 gPlay.bHasVideo = true;
956 /* Turn off backlight timeout */ 956 /* Turn off backlight timeout */
957 backlight_force_on(); /* backlight control in lib/helper.c */ 957 backlight_ignore_timeout();
958 } 958 }
959 959
960 /* prepare audio playback, if contained */ 960 /* prepare audio playback, if contained */