summaryrefslogtreecommitdiffstats
path: root/mplayer.h
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2011-02-08 00:35:51 +0100
committerUoti Urpala <uau@mplayer2.org>2011-04-20 04:22:52 +0300
commit4587f030ccded80f3ddb21dab2bca36af42fe497 (patch)
tree80f2750f15e69b8db0d561626ef5a920747648c0 /mplayer.h
parent59fff90d94e01ae7cf5c3ff3a274020f4d4b2785 (diff)
downloadmpv-4587f030ccded80f3ddb21dab2bca36af42fe497.tar.bz2
mpv-4587f030ccded80f3ddb21dab2bca36af42fe497.tar.xz
options: move sub_name, sub_auto and vobsub_name to struct
Diffstat (limited to 'mplayer.h')
-rw-r--r--mplayer.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/mplayer.h b/mplayer.h
index 4f0c927763..267b6501b3 100644
--- a/mplayer.h
+++ b/mplayer.h
@@ -38,10 +38,8 @@ extern char * sub_font_name;
extern float font_factor;
extern double force_fps;
-//extern char **sub_name;
extern float sub_delay;
extern float sub_fps;
-extern int sub_auto;
extern int stream_cache_size;