From 13ca78939c9343ddfe3aef5e94152472a54a0974 Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Wed, 24 Oct 2018 18:16:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B4=E7=90=86=E6=96=87=E4=BB=B6=20?= =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=91=BD=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/RtmpMuxer/FlvMuxer.h | 6 +++--- src/RtmpMuxer/RtmpDemuxer.h | 6 +++--- src/RtspMuxer/RtspDemuxer.h | 6 +++--- src/RtspMuxer/RtspMuxer.h | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/RtmpMuxer/FlvMuxer.h b/src/RtmpMuxer/FlvMuxer.h index 3369105b..6568f092 100644 --- a/src/RtmpMuxer/FlvMuxer.h +++ b/src/RtmpMuxer/FlvMuxer.h @@ -2,8 +2,8 @@ // Created by xzl on 2018/8/30. // -#ifndef ZLMEDIAKIT_FLVRECORDER_H -#define ZLMEDIAKIT_FLVRECORDER_H +#ifndef ZLMEDIAKIT_FLVMUXER_H +#define ZLMEDIAKIT_FLVMUXER_H #include "Rtmp/Rtmp.h" #include "Rtmp/RtmpMediaSource.h" @@ -55,4 +55,4 @@ private: }//namespace mediakit -#endif //ZLMEDIAKIT_FLVRECORDER_H +#endif //ZLMEDIAKIT_FLVMUXER_H diff --git a/src/RtmpMuxer/RtmpDemuxer.h b/src/RtmpMuxer/RtmpDemuxer.h index de4fe865..e59e5e13 100644 --- a/src/RtmpMuxer/RtmpDemuxer.h +++ b/src/RtmpMuxer/RtmpDemuxer.h @@ -24,8 +24,8 @@ * SOFTWARE. */ -#ifndef SRC_RTMP_RTMPPARSER_H_ -#define SRC_RTMP_RTMPPARSER_H_ +#ifndef SRC_RTMP_RTMPDEMUXER_H_ +#define SRC_RTMP_RTMPDEMUXER_H_ #include #include @@ -110,4 +110,4 @@ private: } /* namespace mediakit */ -#endif /* SRC_RTMP_RTMPPARSER_H_ */ +#endif /* SRC_RTMP_RTMPDEMUXER_H_ */ diff --git a/src/RtspMuxer/RtspDemuxer.h b/src/RtspMuxer/RtspDemuxer.h index 6a70ea66..7a84adfa 100644 --- a/src/RtspMuxer/RtspDemuxer.h +++ b/src/RtspMuxer/RtspDemuxer.h @@ -24,8 +24,8 @@ * SOFTWARE. */ -#ifndef SRC_RTP_RTPPARSER_H_ -#define SRC_RTP_RTPPARSER_H_ +#ifndef SRC_RTP_RTSPDEMUXER_H_ +#define SRC_RTP_RTSPDEMUXER_H_ #include #include "Rtsp/Rtsp.h" @@ -83,4 +83,4 @@ private: } /* namespace mediakit */ -#endif /* SRC_RTP_RTPPARSER_H_ */ +#endif /* SRC_RTP_RTSPDEMUXER_H_ */ diff --git a/src/RtspMuxer/RtspMuxer.h b/src/RtspMuxer/RtspMuxer.h index 7111274a..94687548 100644 --- a/src/RtspMuxer/RtspMuxer.h +++ b/src/RtspMuxer/RtspMuxer.h @@ -2,8 +2,8 @@ // Created by xzl on 2018/10/24. // -#ifndef ZLMEDIAKIT_RTSPMAKER_H -#define ZLMEDIAKIT_RTSPMAKER_H +#ifndef ZLMEDIAKIT_RTSPMUXER_H +#define ZLMEDIAKIT_RTSPMUXER_H #include "RtspSdp.h" @@ -132,4 +132,4 @@ private: } /* namespace mediakit */ -#endif //ZLMEDIAKIT_RTSPMAKER_H +#endif //ZLMEDIAKIT_RTSPMUXER_H