整理文件 规范命名
This commit is contained in:
parent
f41f7e28ec
commit
13ca78939c
|
|
@ -2,8 +2,8 @@
|
||||||
// Created by xzl on 2018/8/30.
|
// Created by xzl on 2018/8/30.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef ZLMEDIAKIT_FLVRECORDER_H
|
#ifndef ZLMEDIAKIT_FLVMUXER_H
|
||||||
#define ZLMEDIAKIT_FLVRECORDER_H
|
#define ZLMEDIAKIT_FLVMUXER_H
|
||||||
|
|
||||||
#include "Rtmp/Rtmp.h"
|
#include "Rtmp/Rtmp.h"
|
||||||
#include "Rtmp/RtmpMediaSource.h"
|
#include "Rtmp/RtmpMediaSource.h"
|
||||||
|
|
@ -55,4 +55,4 @@ private:
|
||||||
|
|
||||||
}//namespace mediakit
|
}//namespace mediakit
|
||||||
|
|
||||||
#endif //ZLMEDIAKIT_FLVRECORDER_H
|
#endif //ZLMEDIAKIT_FLVMUXER_H
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SRC_RTMP_RTMPPARSER_H_
|
#ifndef SRC_RTMP_RTMPDEMUXER_H_
|
||||||
#define SRC_RTMP_RTMPPARSER_H_
|
#define SRC_RTMP_RTMPDEMUXER_H_
|
||||||
|
|
||||||
#include <functional>
|
#include <functional>
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
|
|
@ -110,4 +110,4 @@ private:
|
||||||
|
|
||||||
} /* namespace mediakit */
|
} /* namespace mediakit */
|
||||||
|
|
||||||
#endif /* SRC_RTMP_RTMPPARSER_H_ */
|
#endif /* SRC_RTMP_RTMPDEMUXER_H_ */
|
||||||
|
|
|
||||||
|
|
@ -24,8 +24,8 @@
|
||||||
* SOFTWARE.
|
* SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SRC_RTP_RTPPARSER_H_
|
#ifndef SRC_RTP_RTSPDEMUXER_H_
|
||||||
#define SRC_RTP_RTPPARSER_H_
|
#define SRC_RTP_RTSPDEMUXER_H_
|
||||||
|
|
||||||
#include <unordered_map>
|
#include <unordered_map>
|
||||||
#include "Rtsp/Rtsp.h"
|
#include "Rtsp/Rtsp.h"
|
||||||
|
|
@ -83,4 +83,4 @@ private:
|
||||||
|
|
||||||
} /* namespace mediakit */
|
} /* namespace mediakit */
|
||||||
|
|
||||||
#endif /* SRC_RTP_RTPPARSER_H_ */
|
#endif /* SRC_RTP_RTSPDEMUXER_H_ */
|
||||||
|
|
|
||||||
|
|
@ -2,8 +2,8 @@
|
||||||
// Created by xzl on 2018/10/24.
|
// Created by xzl on 2018/10/24.
|
||||||
//
|
//
|
||||||
|
|
||||||
#ifndef ZLMEDIAKIT_RTSPMAKER_H
|
#ifndef ZLMEDIAKIT_RTSPMUXER_H
|
||||||
#define ZLMEDIAKIT_RTSPMAKER_H
|
#define ZLMEDIAKIT_RTSPMUXER_H
|
||||||
|
|
||||||
#include "RtspSdp.h"
|
#include "RtspSdp.h"
|
||||||
|
|
||||||
|
|
@ -132,4 +132,4 @@ private:
|
||||||
|
|
||||||
} /* namespace mediakit */
|
} /* namespace mediakit */
|
||||||
|
|
||||||
#endif //ZLMEDIAKIT_RTSPMAKER_H
|
#endif //ZLMEDIAKIT_RTSPMUXER_H
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue