Skip to content

Commit

Permalink
Add skip info for new nvcodec encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
devjeonghwan committed May 31, 2023
1 parent b3bb527 commit 82b47c9
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,9 @@ public void map(InfoMap infoMap) {
.put(new Info("NvEncInitializeEncoder").skip())
.put(new Info("NvEncGetEncodeProfileGUIDs").skip())
.put(new Info("NvEncGetEncodePresetConfigEx").skip())
.put(new Info("NvEncLookaheadPicture").skip())
.put(new Info("NvEncRestoreEncoderState").skip())

.put(new Info("NV_ENC_H264_SEI_PAYLOAD", "NV_ENC_AV1_OBU_PAYLOAD").cppText("").pointerTypes("NV_ENC_SEI_PAYLOAD"))
.put(new Info("nvEncodeAPI.h").linePatterns(
" \\* \\\\union _NV_ENC_PIC_PARAMS_H264_EXT", " \\* H264 extension picture parameters",
Expand Down

0 comments on commit 82b47c9

Please sign in to comment.