PlayerThread: rename player_create() to StartPlayerThread()
This commit is contained in:
@@ -1191,7 +1191,7 @@ player_task(void *arg)
|
||||
}
|
||||
|
||||
void
|
||||
player_create(PlayerControl &pc)
|
||||
StartPlayerThread(PlayerControl &pc)
|
||||
{
|
||||
assert(!pc.thread.IsDefined());
|
||||
|
||||
|
Reference in New Issue
Block a user