mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-21 08:22:21 +08:00
简化命名空间
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
|
||||
#include "RtmpCodec.h"
|
||||
#include "Util/ResourcePool.h"
|
||||
using namespace toolkit;
|
||||
|
||||
using namespace ZL::Rtmp;
|
||||
|
||||
namespace mediakit{
|
||||
/**
|
||||
* h264 Rtmp解码类
|
||||
*/
|
||||
@@ -64,4 +64,6 @@ private:
|
||||
void makeVideoConfigPkt();
|
||||
};
|
||||
|
||||
}//namespace mediakit
|
||||
|
||||
#endif //ZLMEDIAKIT_H264RTMPCODEC_H
|
||||
|
||||
Reference in New Issue
Block a user