diff options
author | wm4 <wm4@nowhere> | 2015-05-01 21:44:37 +0200 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2015-05-01 21:51:10 +0200 |
commit | 72373bb5aee6be468bf6a3a2cceb55e9f1a6d28f (patch) | |
tree | d93e5b2729e784a4a3c5d19a27314cf96548f536 /options | |
parent | 8192500716e3d151c1fec3b523df447683fe9724 (diff) |
screenshots: prefix default template with "mpv-"
So that the user realizes where they come from, or can find them at all.
This was a common complaint, and this is the most lazy solution. Better
suggestions for a default template are welcome.
Diffstat (limited to 'options')
-rw-r--r-- | options/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options/options.c b/options/options.c index 5965ae1692..23bfef5612 100644 --- a/options/options.c +++ b/options/options.c @@ -764,7 +764,7 @@ const struct MPOpts mp_default_opts = { .use_embedded_fonts = 1, .sub_fix_timing = 1, .sub_cp = "auto", - .screenshot_template = "shot%n", + .screenshot_template = "mpv-shot%n", .hwdec_codecs = "h264,vc1,wmv3", |