videoIO seperation

This commit is contained in:
2026-05-22 14:58:42 +10:00
parent 35801601a5
commit b7e7452567
12 changed files with 401 additions and 187 deletions

View File

@@ -138,6 +138,11 @@ add_video_shader_test(VideoPlayoutSchedulerTests
"${TEST_DIR}/VideoPlayoutSchedulerTests.cpp"
)
add_video_shader_test(VideoOutputThreadTests
"${SRC_DIR}/video/VideoIOFormat.cpp"
"${TEST_DIR}/VideoOutputThreadTests.cpp"
)
add_video_shader_test(OutputProductionControllerTests
"${SRC_DIR}/video/OutputProductionController.cpp"
"${TEST_DIR}/OutputProductionControllerTests.cpp"