summaryrefslogtreecommitdiffstats
path: root/libvo/sub.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 10:34:53 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-15 10:34:53 +0000
commit5d9b793edd1a692816c3c7a8d4dd8549f18fd1af (patch)
tree321b99d172faf693b2305e8ad4e0099df4df06e8 /libvo/sub.h
parent2718730d2c20b0315189a00d3eb42e16bb4eb38b (diff)
downloadmpv-5d9b793edd1a692816c3c7a8d4dd8549f18fd1af.tar.bz2
mpv-5d9b793edd1a692816c3c7a8d4dd8549f18fd1af.tar.xz
Identifiers should not start with two underscores.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24066 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/sub.h')
-rw-r--r--libvo/sub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvo/sub.h b/libvo/sub.h
index feb3354679..fcfdd71a88 100644
--- a/libvo/sub.h
+++ b/libvo/sub.h
@@ -98,8 +98,8 @@ extern void* vo_vobsub;
#define OSD_PB_1 0x13
/* now in textform */
-extern char * __sub_osd_names[];
-extern char * __sub_osd_names_short[];
+extern char * sub_osd_names[];
+extern char * sub_osd_names_short[];
extern int sub_unicode;
extern int sub_utf8;