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, 2 insertions, 0 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c
index 8fd1071c1e..9053ae7fb0 100644
--- a/apps/plugins/video.c
+++ b/apps/plugins/video.c
@@ -216,6 +216,7 @@ static int Available(unsigned char* pSnapshot)
216} 216}
217 217
218/* debug function to draw buffer indicators */ 218/* debug function to draw buffer indicators */
219#ifdef VIDEO_DEBUG
219static void DrawBuf(void) 220static void DrawBuf(void)
220{ 221{
221 int ypos, fill, video, audio; 222 int ypos, fill, video, audio;
@@ -244,6 +245,7 @@ static void DrawBuf(void)
244 else 245 else
245 gPlay.bDirtyOSD = true; /* redraw it with next timer IRQ */ 246 gPlay.bDirtyOSD = true; /* redraw it with next timer IRQ */
246} 247}
248#endif
247 249
248 250
249/* helper function to draw a position indicator */ 251/* helper function to draw a position indicator */