Draft: Improve performance when saving
These patches improve the performance when saving is active by moving several frame information from global containers to SavingSidebandData
. It also reduces overhead when checking for overrun during newFrameReady
by keeping global m_frames_to_save
counters in CtSaving
.