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

@@ -574,7 +574,7 @@ bool VideoBackendAndroid::Base_Init()
void VideoBackendAndroid::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(Android::UpdatePlayer);
graph->DispatchJob(job, Android::Players.Count());