player/main: don't set the main thread name

98a27b3cd1 changed this to mpv but that's
kind of pointless since the binary is already named mpv so that will be
the default thread name. Evidently, people rename/symlink the binary to
something else so might as well make them happier. Fixes #13469.
This commit is contained in:
Dudemanguy 2024-02-25 20:42:36 -06:00 committed by sfan5
parent 4f305e022f
commit 63870ec225
1 changed files with 0 additions and 1 deletions

View File

@ -419,7 +419,6 @@ int mp_initialize(struct MPContext *mpctx, char **options)
int mpv_main(int argc, char *argv[])
{
mp_thread_set_name("mpv");
struct MPContext *mpctx = mp_create();
if (!mpctx)
return 1;