mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-15 20:45:57 +08:00
简化命名空间
This commit is contained in:
@@ -38,10 +38,9 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
using namespace ZL::Util;
|
||||
using namespace toolkit;
|
||||
|
||||
namespace ZL {
|
||||
namespace Codec {
|
||||
namespace mediakit {
|
||||
|
||||
AACEncoder::AACEncoder() {
|
||||
|
||||
@@ -117,8 +116,7 @@ int AACEncoder::inputData(char *pcPcmBufr, int iLen, unsigned char **ppucOutBuff
|
||||
return nRet;
|
||||
}
|
||||
|
||||
} /* namespace Codec */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif //ENABLE_FAAC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user