use WelsEnc namespace instead of WelsSVCEnc

This commit is contained in:
ruil2
2014-08-11 16:08:49 +08:00
parent 57f4548daf
commit f7cd6e7aad
87 changed files with 111 additions and 110 deletions

View File

@@ -39,7 +39,7 @@
#include "nal_encap.h"
#include "svc_enc_golomb.h"
#include "ls_defines.h"
namespace WelsSVCEnc {
namespace WelsEnc {
/*!
* \brief load an initialize NAL pRawNal pData
*/
@@ -197,4 +197,4 @@ int32_t WelsWriteSVCPrefixNal (SBitStringAux* pBitStringAux, const int32_t kiNal
return 0;
}
} // namespace WelsSVCEnc
} // namespace WelsEnc