Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 8ed7584

Browse files
committed
Update libraries and binary file (#40)
1 parent f0c89d7 commit 8ed7584

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed

src/ffmpeg/dependency/DistributedEncoderAPI.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ typedef struct ENCODERPARAM{
191191
uint32_t profile; //!< the profile to create bitstream, 1 is Main with 8 bit depth,
192192
//!< 2 is Main 10 with 8-10 bit depth
193193
uint32_t base_layer_switch_mode; //!< decide use P or B frame in base layer, 0 is B frame, 1 is P frame
194-
uint32_t intra_refresh_type; //!< the type of intra frame refresh, 1 is CRA, 2 is IDR intra refresh type
194+
uint32_t intra_refresh_type; //!< the type of intra frame refresh, 0 is CRA, 1 is IDR intra refresh type
195195
uint32_t tier; //!< limitation for max bitrate and max buffer size
196196
uint32_t level; //!< limitation for max bitrate and max buffer size
197197
uint32_t aud; //!< access unit delimiter flag
@@ -210,6 +210,7 @@ typedef struct ENCODERPARAM{
210210
int32_t gpu_node; //!< GPU node to encode frames
211211
bool in_parallel; //!< multiple tiles encoding in parallel
212212
bool native_mode; //!< flag of native mode for encoder
213+
uint32_t gpucopy; //!< GPU copy trigger for MSDK
213214
}EncoderParam;
214215

215216
typedef struct INPUTFRAME{

src/ffmpeg/dependency/WorkerServer

50.9 KB
Binary file not shown.
136 KB
Binary file not shown.

src/ffmpeg/dependency/libEncoder.so

143 KB
Binary file not shown.

0 commit comments

Comments
 (0)