summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorAvi Halachmi (:avih) <avihpit@yahoo.com>2022-01-19 21:56:28 +0200
committerAvi Halachmi (:avih) <avihpit@yahoo.com>2022-01-19 21:56:28 +0200
commit9cddd73f67f11dba2f2921124e2c39c77af01651 (patch)
tree3148a8c3e43b33025c0c968d360e672a3794c409 /options/options.h
parent04f0b0abe48d664aaa1400d1dddb02b434999b85 (diff)
downloadmpv-9cddd73f67f11dba2f2921124e2c39c77af01651.tar.bz2
mpv-9cddd73f67f11dba2f2921124e2c39c77af01651.tar.xz
Revert "options: add --sub-visibility=<primary-only|secondary-only>"
This reverts commit 04f0b0abe48d664aaa1400d1dddb02b434999b85. It's not a good idea to unify the names only for visibility, while keeping secondary-* for everything else. This needs a bit more thought before we allow secondary sub to be visible on its own.
Diffstat (limited to 'options/options.h')
-rw-r--r--options/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options/options.h b/options/options.h
index 90e9ad6424..53e8de7852 100644
--- a/options/options.h
+++ b/options/options.h
@@ -73,6 +73,7 @@ typedef struct mp_vo_opts {
// Subtitle options needed by the subtitle decoders/renderers.
struct mp_subtitle_opts {
int sub_visibility;
+ int sec_sub_visibility;
int sub_pos;
float sub_delay;
float sub_fps;