mediafoundation: remove extra ';'

Reviewed-by: Yubo Xie <yuboxie@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37820>
This commit is contained in:
Pohsiang (John) Hsu 2025-10-01 18:54:02 -07:00
parent eb088e339f
commit 03baa8ac72

View file

@ -1674,7 +1674,6 @@ CDX12EncHMFT::SetValue( const GUID *Api, VARIANT *Value )
CHECKHR_GOTO( E_INVALIDARG, done );
}
m_WorkProcessPriority = (D3D12_COMMAND_QUEUE_PROCESS_PRIORITY) ( Value->ulVal );
;
m_bWorkProcessPrioritySet = TRUE;
}
else if( *Api == CODECAPI_AVEncWorkGlobalPriority )