Skip to content

Commit

Permalink
[Encode] Fix AV1e linux A2RGB10 issue
Browse files Browse the repository at this point in the history
* [Encode] Fix AV1e linux A2RGB10 issue

Change B10G10A10A2 format depth as 10
  • Loading branch information
Christa03 committed Jan 15, 2025
1 parent e2867cd commit b75d536
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,8 @@ MOS_STATUS Av1BasicFeature::UpdateFormat(void *params)
switch(m_rawSurface.Format)
{
case Format_P010:
case Format_R10G10B10A2:
case Format_B10G10R10A2:
m_is10Bit = true;
m_bitDepth = 10;
break;
Expand Down

0 comments on commit b75d536

Please sign in to comment.