summaryrefslogtreecommitdiffstats
path: root/options/options.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2014-06-01 18:25:21 +0200
committerwm4 <wm4@nowhere>2014-06-01 19:55:45 +0200
commitf2a00f3de366d4c1da13b82c03753ba14dfee6b4 (patch)
tree0cfbeeabbe766d233845f9177a5215c141a717d9 /options/options.h
parentb8cb86047106701d9c3bee63075c3664ad9bd936 (diff)
downloadmpv-f2a00f3de366d4c1da13b82c03753ba14dfee6b4.tar.bz2
mpv-f2a00f3de366d4c1da13b82c03753ba14dfee6b4.tar.xz
player: write file name to the watch later config file
This simply writes the file name as a comment to the top of the watch later config file. It can be useful to the user for determining whether a watch later config file can be manually removed (e.g. in case the corresponding media file has been deleted) or not.
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 6ddb432867..05aa8195ae 100644
--- a/options/options.h
+++ b/options/options.h
@@ -153,6 +153,7 @@ typedef struct MPOpts {
double step_sec;
int position_resume;
int position_save_on_quit;
+ int write_filename_in_watch_later_config;
int pause;
int keep_open;
int audio_id;