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 authored and intel-mediadev committed Nov 18, 2024
1 parent cd77169 commit efadcbb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ MOS_STATUS Av1BasicFeature::UpdateFormat(void *params)
{
case Format_P010:
case Format_R10G10B10A2:
case Format_B10G10R10A2:
m_is10Bit = true;
m_bitDepth = 10;
break;
Expand Down

0 comments on commit efadcbb

Please sign in to comment.