summaryrefslogtreecommitdiffstats
path: root/core/screenshot.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/screenshot.c')
-rw-r--r--core/screenshot.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/screenshot.c b/core/screenshot.c
index 0f397f2dd7..ae259fcbc0 100644
--- a/core/screenshot.c
+++ b/core/screenshot.c
@@ -235,8 +235,6 @@ static char *gen_fname(screenshot_ctx *ctx, const char *file_ext)
static void add_subs(struct MPContext *mpctx, struct mp_image *image)
{
- mp_image_make_writeable(image);
-
int d_w = image->display_w ? image->display_w : image->w;
int d_h = image->display_h ? image->display_h : image->h;