整理文件 规范命名

This commit is contained in:
xiongziliang
2018-10-24 18:09:54 +08:00
parent 2c413e0742
commit f41f7e28ec
35 changed files with 60 additions and 61 deletions

View File

@@ -32,10 +32,10 @@
#include <functional>
#include "Util/util.h"
#include "Player/Player.h"
#include "RtpCodec/RtpMakerAAC.h"
#include "RtpCodec/RtpMakerH264.h"
#include "RtspMuxer/RtpMakerAAC.h"
#include "RtspMuxer/RtpMakerH264.h"
#include "Rtsp/RtspToRtmpMediaSource.h"
#include "Rtsp/RtspSdp.h"
#include "RtspMuxer/RtspSdp.h"
#include "Util/TimeTicker.h"
using namespace std;