Skip to content

Commit

Permalink
[Encode] Reformat MV dump for Hevc Encode pipeline
Browse files Browse the repository at this point in the history
Add MV dump for encode
  • Loading branch information
zhijie-zh authored and intel-mediadev committed Aug 22, 2024
1 parent 4f6a855 commit 026370f
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2018-2021, Intel Corporation
* Copyright (c) 2018-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"),
Expand Down Expand Up @@ -61,7 +61,11 @@ class HevcPipeline : public EncodePipeline
HucLaInit,
HucLaUpdate,
hevcVdencPacket422,
EncodeCheckHucLoad,
EncodeCheckHucLoad
#if ((_DEBUG || _RELEASE_INTERNAL) && _MEDIA_RESERVED)
,
hevcVdencMvdumpPacket
#endif
};

protected:
Expand Down

0 comments on commit 026370f

Please sign in to comment.