summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostNaN <GhostNaN@protonmail.com>2024-01-27 19:28:39 -0500
committerGhostNaN <GhostNaN@protonmail.com>2024-01-27 19:28:39 -0500
commitda1a3d42a6ea9f66c6fa4069a754ab71559d705a (patch)
treebde45ead28205c7101c1f3b54e8436f3abd75976
parent4049f9d4773c1c21dd6a58125be0a72b54463dc0 (diff)
Init mpv_options to avoid errors
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index abf4285..fbb3fcb 100644
--- a/src/main.c
+++ b/src/main.c
@@ -63,7 +63,7 @@ static mpv_handle *mpv;
static mpv_render_context *mpv_glcontext;
static int wakeup_pipe[2];
static char *video_path;
-static char *mpv_options;
+static char *mpv_options = "";
static struct {
char **pauselist;