Fix: reset CCSAO buffer in IRAP pictures for AE0151
In the existed implementation of AE0151, CCSAO buffer used to store parameters from other temporal pictures is reset for IDRs only, and not for CRAs. So when parallel segments are merged by parcat, it produces encoder and decoder mismatch. The condition of resetting temporal CABAC or ALF buffer is reused in this fix. It affects the performance.
Edited by Vadim Seregin