Merge pull request #1516 from mstorsjo/remove-duplicated-field

Remove a duplicated field in SWelsSvcCodingParam
This commit is contained in:
ruil2 2014-11-10 15:56:51 +08:00
commit 24823621e1

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();