整理优化代码

This commit is contained in:
xiongziliang
2019-06-28 17:30:13 +08:00
parent ea131d9740
commit 0b08831f5d
39 changed files with 30 additions and 30 deletions

View File

@@ -25,11 +25,11 @@
*/
#include "Factory.h"
#include "RtmpMuxer/H264RtmpCodec.h"
#include "RtmpMuxer/AACRtmpCodec.h"
#include "RtspMuxer/H264RtpCodec.h"
#include "RtspMuxer/AACRtpCodec.h"
#include "RtspMuxer/H265RtpCodec.h"
#include "H264RtmpCodec.h"
#include "AACRtmpCodec.h"
#include "H264RtpCodec.h"
#include "AACRtpCodec.h"
#include "H265RtpCodec.h"
namespace mediakit{