Blame view

src/gb28181/common_header.h 114 Bytes
92989af0   ming   更新解码器
1
2
3
4
5
6
7
8
  #ifndef _COMMON_HEADER_H_
  #define _COMMON_HEADER_H_
  
  
  #include "../logger.hpp"
  #include "../utiltools.hpp"
  
  #endif