Skip to content

Commit 4ad0d7b

Browse files
Chen, BohangfxVPLsdm
authored andcommitted
[Encode] Fix destruction noexcept unmatching issue
1 parent 1108acb commit 4ad0d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_studio/mfx_lib/encode_hw/h264/include/mfx_h264_encode_hw_utils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2952,7 +2952,7 @@ class H264EncTools
29522952

29532953
ImplementationAvc(VideoCORE * core);
29542954

2955-
virtual ~ImplementationAvc() noexcept override;
2955+
virtual ~ImplementationAvc() override;
29562956

29572957
virtual mfxStatus Init(mfxVideoParam * par) override;
29582958

0 commit comments

Comments
 (0)