use WelsEnc namespace instead of WelsSVCEnc
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#include "utils.h"
|
||||
#include "encoder.h"
|
||||
|
||||
namespace WelsSVCEnc {
|
||||
namespace WelsEnc {
|
||||
|
||||
#define WelsSafeDelete(p) if(p){ delete (p); (p) = NULL; }
|
||||
|
||||
@@ -1219,4 +1219,4 @@ void CWelsPreProcess::WelsMoveMemoryWrapper (SWelsSvcCodingParam* pSvcParam, SP
|
||||
}
|
||||
|
||||
//*********************************************************************************************************/
|
||||
} // namespace WelsSVCEnc
|
||||
} // namespace WelsEnc
|
||||
|
||||
Reference in New Issue
Block a user