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:
Martin Storsjö 2014-11-10 09:03:18 +02:00
parent 8b49f98475
commit 0aa77d2985

View File

@ -118,9 +118,6 @@ typedef struct TagWelsSvcCodingParam: SEncParamExt {
int8_t iDecompStages; // GOP size dependency
int32_t iMaxNumRefFrame;
//setting this according to link type in use MAY invoke some algorithms targeting higher coding efficiency
bool bIsLosslessLink;
public:
TagWelsSvcCodingParam() {
FillDefault();