summaryrefslogtreecommitdiffstats
path: root/options.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 /options.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 'options.h')
-rw-r--r--options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/options.h b/options.h
index ed3dbdc926..459f64fb49 100644
--- a/options.h
+++ b/options.h
@@ -31,6 +31,7 @@ typedef struct MPOpts {
int osd_level;
int osd_duration;
+ char *vobsub_name;
int auto_quality;
int benchmark;
char *stream_dump_name;
@@ -86,6 +87,8 @@ typedef struct MPOpts {
float screen_size_xy;
int flip;
int vd_use_slices;
+ char **sub_name;
+ int sub_auto;
int ass_enabled;
struct lavc_param {
int workaround_bugs;