Skip to content

Commit

Permalink
[Decode] enable intensity compensation for vc1 decoding
Browse files Browse the repository at this point in the history
Enable intensity compensation to avoid the artifact for B frame decoding
Fixes #752
  • Loading branch information
Jexu authored and intel-mediadev committed Jun 9, 2022
1 parent 63fcf45 commit 2e7583e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ VAStatus DdiDecodeVC1::ParsePicParams(
if (picParam->mv_fields.bits.mv_mode == VAMvModeIntensityCompensation)
{
codecPicParam->mv_fields.UnifiedMvMode = (picParam->mv_fields.bits.mv_mode2 + 1) & 0x3;
;
codecPicParam->picture_fields.intensity_compensation = 1;
}
else
{
Expand Down

0 comments on commit 2e7583e

Please sign in to comment.