Skip to content

Commit

Permalink
Revert "Fix incorrect Writepath parameter for user feature config file"
Browse files Browse the repository at this point in the history
Change-Id: I31ab4f080d7778e3ef409e94f6abcb3561599fb0
  • Loading branch information
hanlong1 authored and intel-mediadev committed Jan 21, 2019
1 parent 02a2cd8 commit 1e217c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media_driver/agnostic/common/os/mos_utilities.c
Original file line number Diff line number Diff line change
Expand Up @@ -2560,7 +2560,7 @@ MOS_DECLARE_UF_KEY_DBGONLY(__MEDIA_USER_FEATURE_VALUE_ENCODE_BRC_SOFTWARE_ID,
MOS_DECLARE_UF_KEY(__VPHAL_VEBOX_OUTPUTPIPE_MODE_ID,
"VPOutputPipe Mode",
__MEDIA_USER_FEATURE_SUBKEY_INTERNAL,
__MEDIA_USER_FEATURE_SUBKEY_REPORT,
"Report",
"VP",
MOS_USER_FEATURE_TYPE_USER,
MOS_USER_FEATURE_VALUE_TYPE_INT32,
Expand All @@ -2569,7 +2569,7 @@ MOS_DECLARE_UF_KEY_DBGONLY(__MEDIA_USER_FEATURE_VALUE_ENCODE_BRC_SOFTWARE_ID,
MOS_DECLARE_UF_KEY(__VPHAL_VEBOX_FEATURE_INUSE_ID,
"VeBox Feature In use",
__MEDIA_USER_FEATURE_SUBKEY_INTERNAL,
__MEDIA_USER_FEATURE_SUBKEY_REPORT,
"Report",
"VP",
MOS_USER_FEATURE_TYPE_USER,
MOS_USER_FEATURE_VALUE_TYPE_INT32,
Expand Down

0 comments on commit 1e217c7

Please sign in to comment.