Skip to content

Commit

Permalink
[VP] Fix GST VA Video output of Color conversion - UYVY -> RGB32 is c…
Browse files Browse the repository at this point in the history
…orrupted

Fix GST VA Video output of Color conversion - UYVY -> RGB32 is corrupted.
  • Loading branch information
VincentCheungKokomo authored and intel-mediadev committed Jan 6, 2025
1 parent abbf123 commit 14c241a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion media_driver/linux/common/ddi/media_libva.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4609,7 +4609,6 @@ VAStatus DdiMedia_CreateImage(
gmmParams.Type = RESOURCE_2D;
gmmParams.Flags.Gpu.Video = true;
gmmParams.Format = mediaCtx->m_caps->ConvertFourccToGmmFmt(format->fourcc);
gmmParams.Flags.Info.Linear = 1;

if (gmmParams.Format == GMM_FORMAT_INVALID)
{
Expand Down

0 comments on commit 14c241a

Please sign in to comment.