简化命名空间

This commit is contained in:
xiongziliang
2018-10-24 17:17:55 +08:00
parent ed1402e9d6
commit 9f16cc1201
133 changed files with 446 additions and 788 deletions

View File

@@ -28,10 +28,10 @@
#include "H264Encoder.h"
#include "Util/TimeTicker.h"
using namespace ZL::Util;
namespace ZL {
namespace Codec {
using namespace toolkit;
namespace mediakit {
H264Encoder::H264Encoder() {
@@ -347,8 +347,7 @@ int H264Encoder::inputData(char* apcYuv[3], int aiYuvLen[3], int64_t i64Pts, H26
return iNal;
}
} /* namespace Codec */
} /* namespace ZL */
} /* namespace mediakit */
#endif //ENABLE_X264