Remove a duplicated field in SWelsSvcCodingParam
The same field already exists in SEncParamExt. When the
initialization was deduplicated in ac404ce
, this lead to
reading the now uninitialized field in SWelsSvcCodingParam,
instead of the properly initialized one in the base class.
This commit is contained in:
parent
8b49f98475
commit
0aa77d2985
@ -118,9 +118,6 @@ typedef struct TagWelsSvcCodingParam: SEncParamExt {
|
|||||||
int8_t iDecompStages; // GOP size dependency
|
int8_t iDecompStages; // GOP size dependency
|
||||||
int32_t iMaxNumRefFrame;
|
int32_t iMaxNumRefFrame;
|
||||||
|
|
||||||
//setting this according to link type in use MAY invoke some algorithms targeting higher coding efficiency
|
|
||||||
bool bIsLosslessLink;
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
TagWelsSvcCodingParam() {
|
TagWelsSvcCodingParam() {
|
||||||
FillDefault();
|
FillDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user