mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-05 10:58:11 +08:00
整理代码
This commit is contained in:
@@ -9,11 +9,11 @@
|
||||
#define RTP_RTPMAKER_H_
|
||||
|
||||
#include "Rtsp/RtspMediaSource.h"
|
||||
#include "Util/ResourcePool.h"
|
||||
#include "Util/logger.h"
|
||||
#include "Util/RingBuffer.hpp"
|
||||
#include "Util/RingBuffer.h"
|
||||
#include "Util/TimeTicker.h"
|
||||
#include "Thread/ThreadPool.hpp"
|
||||
#include "Util/ResourcePool.h"
|
||||
#include "Thread/ThreadPool.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
using namespace ZL::Thread;
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include "RtpMakerAAC.h"
|
||||
#include "config.h"
|
||||
#include "Util/mini.hpp"
|
||||
#include "RtpMakerAAC.h"
|
||||
#include "Util/mini.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
|
||||
@@ -7,14 +7,15 @@
|
||||
|
||||
#ifndef RTP_RTPMAKERAAC_H_
|
||||
#define RTP_RTPMAKERAAC_H_
|
||||
|
||||
#include <memory>
|
||||
#include "RtpMaker.h"
|
||||
#include "Rtsp/RtspMediaSource.h"
|
||||
#include "Util/logger.h"
|
||||
#include "Util/RingBuffer.hpp"
|
||||
#include "RtpMaker.h"
|
||||
#include <memory>
|
||||
#include "Util/RingBuffer.h"
|
||||
#include "Util/ResourcePool.h"
|
||||
using namespace std;
|
||||
|
||||
using namespace std;
|
||||
using namespace ZL::Util;
|
||||
|
||||
namespace ZL {
|
||||
|
||||
@@ -6,9 +6,9 @@
|
||||
*/
|
||||
|
||||
#include <netinet/in.h>
|
||||
#include "RtpMakerH264.h"
|
||||
#include "config.h"
|
||||
#include "Util/mini.hpp"
|
||||
#include "RtpMakerH264.h"
|
||||
#include "Util/mini.h"
|
||||
|
||||
using namespace ZL::Util;
|
||||
|
||||
|
||||
@@ -8,11 +8,12 @@
|
||||
#ifndef RTP_RTPMAKERH264_H_
|
||||
#define RTP_RTPMAKERH264_H_
|
||||
|
||||
#include <memory>
|
||||
#include "RtpMaker.h"
|
||||
#include "Rtsp/RtspMediaSource.h"
|
||||
#include "Util/logger.h"
|
||||
#include "Util/RingBuffer.hpp"
|
||||
#include "RtpMaker.h"
|
||||
#include <memory>
|
||||
#include "Util/RingBuffer.h"
|
||||
|
||||
using namespace std;
|
||||
using namespace ZL::Util;
|
||||
using namespace ZL::Rtsp;
|
||||
|
||||
Reference in New Issue
Block a user