Merge branch 'master' into multicam

This commit is contained in:
itsmattkc
2022-09-29 21:18:30 -07:00
17 changed files with 191 additions and 171 deletions
+3 -1
View File
@@ -232,7 +232,9 @@ private:
RenderThread *video_thread_;
RenderThread *dry_run_thread_;
RenderThread *audio_thread_;
RenderThread *waveform_thread_;
std::vector<RenderThread *> waveform_threads_;
size_t last_waveform_thread_;
std::list<RenderThread *> render_threads_;