mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 03:55:58 +08:00
简化命名空间
This commit is contained in:
@@ -28,12 +28,9 @@
|
||||
#include "MediaPlayer.h"
|
||||
#include "Rtmp/RtmpPlayerImp.h"
|
||||
#include "Rtsp/RtspPlayerImp.h"
|
||||
using namespace toolkit;
|
||||
|
||||
using namespace ZL::Rtmp;
|
||||
using namespace ZL::Rtsp;
|
||||
|
||||
namespace ZL {
|
||||
namespace Player {
|
||||
namespace mediakit {
|
||||
|
||||
MediaPlayer::MediaPlayer() {
|
||||
}
|
||||
@@ -78,5 +75,4 @@ void MediaPlayer::teardown() {
|
||||
}
|
||||
|
||||
|
||||
} /* namespace Player */
|
||||
} /* namespace ZL */
|
||||
} /* namespace mediakit */
|
||||
|
||||
Reference in New Issue
Block a user