remove redundant code

This commit is contained in:
ruil2 2014-06-25 15:21:43 +08:00
parent 0a1b61508b
commit 56222afe07

View File

@ -157,8 +157,6 @@ int32_t ParamValidation (SLogContext* pLogCtx, SWelsSvcCodingParam* pCfg) {
}
return WelsCheckRefFrameLimitation (pLogCtx, pCfg);
return ENC_RETURN_SUCCESS;
}