mediafoundation: set defualt unwrapped poc for h264 to true

Reviewed-by: Yubo Xie <yuboxie@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40511>
This commit is contained in:
Pohsiang (John) Hsu 2026-03-18 12:37:43 -07:00 committed by Marge Bot
parent 7ae3977fe7
commit c97ff97df6

View file

@ -124,7 +124,7 @@ class CMFD3DManager
struct GPUFeatureFlags
{
bool m_bDisableAsync = false;
bool m_bH264SendUnwrappedPOC = false;
bool m_bH264SendUnwrappedPOC = true;
};
GPUFeatureFlags m_gpuFeatureFlags;