summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-09-02 22:28:11 +0200
committerwm4 <wm4@nowhere>2014-09-02 22:28:11 +0200
commitbf74a4cc4665f152212c0e165bbe2a20d535021c (patch)
treefe0ba754f0525cd3345be86e092d6e471fbdb734 /options/options.h
parent6c1e5285181a0799c689ab71fc703fa67917e303 (diff)
downloadmpv-bf74a4cc4665f152212c0e165bbe2a20d535021c.tar.bz2
mpv-bf74a4cc4665f152212c0e165bbe2a20d535021c.tar.xz
player: add --media-title option
Requested by ChrisK2.
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 c8a24de372..b1a7ec0952 100644
--- a/options/options.h
+++ b/options/options.h
@@ -79,6 +79,7 @@ typedef struct MPOpts {
int allow_win_drag;
char *wintitle;
+ char *media_title;
int force_rgba_osd;
// ranges -100 - 100, 1000 if the vo default should be used