Skip to content

Commit

Permalink
[Encode] Add Codechal Reserved
Browse files Browse the repository at this point in the history
Add Codechal Reserved2 in media_common file
  • Loading branch information
Hui528 authored and intel-mediadev committed Jan 24, 2025
1 parent cb7fd5e commit 76b1eae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion media_common/agnostic/common/codec/shared/codec_def_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ enum CODECHAL_MODE
CODECHAL_ENCODE_MODE_VP9 = 39,
CODECHAL_ENCODE_MODE_AV1 = 40,
CODECHAL_Rsvd = 41,
CODECHAL_ENCODE_MODE_END = 42,
CODECHAL_Rsvd2 = 42,
CODECHAL_ENCODE_MODE_END = 43,

CODECHAL_UNSUPPORTED_MODE = 96
};
Expand Down

0 comments on commit 76b1eae

Please sign in to comment.