summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/video_thread.c')
-rw-r--r--apps/plugins/mpegplayer/video_thread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/mpegplayer/video_thread.c b/apps/plugins/mpegplayer/video_thread.c
index 6d60e64131..8feacbdef2 100644
--- a/apps/plugins/mpegplayer/video_thread.c
+++ b/apps/plugins/mpegplayer/video_thread.c
@@ -80,10 +80,10 @@ static void draw_fps(struct video_thread_data *td)
80 td->info->display_picture->temporal_reference, 80 td->info->display_picture->temporal_reference,
81 /* Audio information */ 81 /* Audio information */
82 buf_pct, pcm_underruns, pcm_skipped); 82 buf_pct, pcm_underruns, pcm_skipped);
83 lcd_(putsxy)(0, 0, str); 83 mylcd_putsxy(0, 0, str);
84 84
85 vo_lock(); 85 vo_lock();
86 lcd_(update_rect)(0, 0, LCD_WIDTH, 8); 86 mylcd_update_rect(0, 0, LCD_WIDTH, 8);
87 vo_unlock(); 87 vo_unlock();
88 88
89 td->last_showfps = *rb->current_tick; 89 td->last_showfps = *rb->current_tick;