diff options
Diffstat (limited to 'player/screenshot.c')
-rw-r--r-- | player/screenshot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/player/screenshot.c b/player/screenshot.c index 1db1d95996..63db569afb 100644 --- a/player/screenshot.c +++ b/player/screenshot.c @@ -286,6 +286,8 @@ static char *gen_fname(screenshot_ctx *ctx, const char *file_ext) dir = mp_get_user_path(t, ctx->mpctx->global, dir); fname = mp_path_join(NULL, bstr0(dir), bstr0(fname)); talloc_free(t); + + mp_mkdirp(dir); } if (!mp_path_exists(fname)) |