mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
简化命名空间
This commit is contained in:
@@ -27,8 +27,7 @@
|
||||
#include "DeviceHK.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
#include "Util/MD5.h"
|
||||
namespace ZL {
|
||||
namespace DEV {
|
||||
namespace mediakit {
|
||||
|
||||
#define HK_APP_NAME "live"
|
||||
|
||||
@@ -261,7 +260,6 @@ void DevChannelHK::onGetDecData(char* pBuf, int nSize, FRAME_INFO* pFrameInfo) {
|
||||
}
|
||||
}
|
||||
|
||||
} /* namespace DEV */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
#endif //ENABLE_HKDEVICE
|
||||
|
||||
Reference in New Issue
Block a user