Skip to content

Commit

Permalink
[Encode] Fix destruction noexcept unmatching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen, Bohan authored and gfxVPLsdm committed May 22, 2024
1 parent 1108acb commit 4ad0d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2952,7 +2952,7 @@ class H264EncTools

ImplementationAvc(VideoCORE * core);

virtual ~ImplementationAvc() noexcept override;
virtual ~ImplementationAvc() override;

virtual mfxStatus Init(mfxVideoParam * par) override;

Expand Down

0 comments on commit 4ad0d7b

Please sign in to comment.