Add AV video backend for macOS and iOS

This commit is contained in:
Wojtek Figat
2024-05-22 11:53:46 +02:00
parent 97be8ee8cc
commit 2af4e8fe10
8 changed files with 346 additions and 9 deletions

View File

@@ -582,7 +582,7 @@ bool VideoBackendMF::Base_Init()
void VideoBackendMF::Base_Update(TaskGraph* graph)
{
// Schedule work to update all videos models in async
// Schedule work to update all videos in async
Function<void(int32)> job;
job.Bind(MF::UpdatePlayer);
graph->DispatchJob(job, MF::Players.Count());