Skip to content

Commit

Permalink
[VP] Fix kw issue
Browse files Browse the repository at this point in the history
Fix kw issue of uninitialized variable

Change-Id: I35be64b49591a60473ab1504f821503f2e3ce7a4
  • Loading branch information
Jister authored and intel-mediadev committed Aug 29, 2019
1 parent 405c20e commit 8fb92cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions media_driver/agnostic/common/vp/hal/vphal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ void VphalFeatureReport::InitReportValue()
CompositionMode = VPHAL_NO_COMPOSITION;
DiScdMode = false;
VEFeatureInUse = false;
HDRMode = VPHAL_HDR_MODE_NONE;
}

//!
Expand Down

0 comments on commit 8fb92cd

Please sign in to comment.