summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index d9e295b6f8..ba54046fdb 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -124,5 +124,9 @@ extern int vo_osd_changed_flag;
unsigned utf8_get_char(char **str);
+#ifdef USE_DVDNAV
+void osd_set_nav_box (uint16_t sx, uint16_t sy, uint16_t ex, uint16_t ey);
+#endif
+
#endif
#endif