mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 04:58:05 +02:00
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:
parent
7ae3977fe7
commit
c97ff97df6
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ class CMFD3DManager
|
|||
struct GPUFeatureFlags
|
||||
{
|
||||
bool m_bDisableAsync = false;
|
||||
bool m_bH264SendUnwrappedPOC = false;
|
||||
bool m_bH264SendUnwrappedPOC = true;
|
||||
};
|
||||
GPUFeatureFlags m_gpuFeatureFlags;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue