Skip to content

Commit

Permalink
[Decode] Add support for HEVC general_idc_level 255
Browse files Browse the repository at this point in the history
Add HEVC level8.5 support
  • Loading branch information
XuanJessica authored and gfxVPLsdm committed Sep 10, 2024
1 parent 691eb81 commit c7fdae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _studio/shared/umc/codec/h265_dec/src/umc_h265_mfx_utils.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright (c) 2017-2020 Intel Corporation
// Copyright (c) 2017-2024 Intel Corporation
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -681,6 +681,7 @@ mfxStatus Query_H265(VideoCORE *core, mfxVideoParam *in, mfxVideoParam *out, eMF
case MFX_LEVEL_HEVC_6:
case MFX_LEVEL_HEVC_61:
case MFX_LEVEL_HEVC_62:
case MFX_LEVEL_HEVC_85:
out->mfx.CodecLevel = in->mfx.CodecLevel;
break;
default:
Expand Down

0 comments on commit c7fdae7

Please sign in to comment.