Skip to content

Commit

Permalink
[Encode] update avc/hevc featureIDs
Browse files Browse the repository at this point in the history
update avc/hevc featureIDs.
  • Loading branch information
bai-isaac authored and intel-mediadev committed Aug 16, 2024
1 parent c121252 commit 1a3ae62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ struct AvcFeatureIDs : public FeatureIDs
avcVdencStreamInFeature,
avcCqpRoiFeature,
avcBrcRoiFeature,
avcVdencFullEncFeature
avcVdencFullEncFeature,
avcAqm,
avcFastPass,
};
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ struct HevcFeatureIDs : public FeatureIDs
vdencLplaAnalysisFeature,
hevcVdencLplaEncFeature,
hevcFullEncFeature,
#if _MEDIA_RESERVED
#define HEVC_FEATURE_IDS_EXT
#include "media_hevc_feature_defs_ext.h"
#undef HEVC_FEATURE_IDS_EXT
#endif
hevcAqm,
hevcVdencFastPassFeature,
};
};

Expand Down

0 comments on commit 1a3ae62

Please sign in to comment.