summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/client.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/client.c b/player/client.c
index eaead01006..4d903941d7 100644
--- a/player/client.c
+++ b/player/client.c
@@ -445,6 +445,8 @@ int mpv_initialize(mpv_handle *ctx)
if (mp_initialize(ctx->mpctx) < 0)
return MPV_ERROR_INVALID_PARAMETER;
+ mp_print_version(ctx->mpctx->log, false);
+
pthread_t thread;
if (pthread_create(&thread, NULL, playback_thread, ctx->mpctx) != 0)
return MPV_ERROR_NOMEM;