diff libvo/sub.h @ 21582:239f2c145b2f

Mark utf8_get_char parameter as const and fix a compiler warning
author reimar
date Mon, 11 Dec 2006 22:37:17 +0000
parents b806ccbc6398
children 5c909391c555
line wrap: on
line diff
--- a/libvo/sub.h	Mon Dec 11 22:32:13 2006 +0000
+++ b/libvo/sub.h	Mon Dec 11 22:37:17 2006 +0000
@@ -125,7 +125,7 @@
 
 extern int vo_osd_changed_flag;
 
-unsigned utf8_get_char(char **str);
+unsigned utf8_get_char(const char **str);
 
 #ifdef USE_DVDNAV
 #include <inttypes.h>