mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
简化命名空间
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
#include "H264Parser.h"
|
||||
#include "Util/logger.h"
|
||||
using namespace toolkit;
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
H264Parser::H264Parser(){
|
||||
|
||||
|
||||
@@ -7,8 +7,7 @@
|
||||
#include <memory>
|
||||
#include "macros.h"
|
||||
#include "Util/logger.h"
|
||||
using namespace ZL::Util;
|
||||
|
||||
using namespace toolkit;
|
||||
|
||||
template <class ForwardIterator>
|
||||
void STLDeleteContainerPairSecondPointers(ForwardIterator begin,
|
||||
|
||||
@@ -8,8 +8,7 @@
|
||||
#include "macros.h"
|
||||
#include "h264_parser.h"
|
||||
#include "h264_poc.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
using namespace toolkit;
|
||||
|
||||
namespace media {
|
||||
|
||||
|
||||
@@ -88,7 +88,7 @@ static type& name = *new type arguments
|
||||
|
||||
#include <assert.h>
|
||||
#include "Util/logger.h"
|
||||
using namespace ZL::Util;
|
||||
using namespace toolkit;
|
||||
|
||||
#define DCHECK(x) if(!(x)) { ErrorL << "DCHECK " << #x <<endl; }
|
||||
#define DCHECK_GT(x,y) if(!((x) > (y))) { ErrorL << "DCHECK_GT:" << #x << #y << endl; }
|
||||
|
||||
Reference in New Issue
Block a user