mediafoundation: on use LTR, synchronize the active ltr bitmap to the one passed in

Reviewed-by: Yubo Xie <yuboxie@microsoft.com>
Reviewed-by: Sil Vilerino <sivileri@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35219>
This commit is contained in:
Pohsiang (John) Hsu
2025-05-21 13:59:55 -07:00
committed by Marge Bot
parent 22d84522ed
commit 061085708a
@@ -153,6 +153,8 @@ reference_frames_tracker_hevc::begin_frame( reference_frames_tracker_dpb_async_t
++itr;
}
}
m_ActiveLTRBitmap = useLTRBitmap & 0xFFFF; // synchronize active LTR bitmap with useLTRBitmap
}
ltrUsedBitMask = PrepareFrameRefLists();