Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Z
ZLMediaKit
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
张翔宇
ZLMediaKit
Commits
13ca7893
Commit
13ca7893
authored
6 years ago
by
xiongziliang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
整理文件 规范命名
parent
f41f7e28
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
12 行增加
和
12 行删除
+12
-12
src/RtmpMuxer/FlvMuxer.h
+3
-3
src/RtmpMuxer/RtmpDemuxer.h
+3
-3
src/RtspMuxer/RtspDemuxer.h
+3
-3
src/RtspMuxer/RtspMuxer.h
+3
-3
没有找到文件。
src/RtmpMuxer/FlvMuxer.h
查看文件 @
13ca7893
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by xzl on 2018/8/30.
// Created by xzl on 2018/8/30.
//
//
#ifndef ZLMEDIAKIT_FLV
RECORD
ER_H
#ifndef ZLMEDIAKIT_FLV
MUX
ER_H
#define ZLMEDIAKIT_FLV
RECORD
ER_H
#define ZLMEDIAKIT_FLV
MUX
ER_H
#include "Rtmp/Rtmp.h"
#include "Rtmp/Rtmp.h"
#include "Rtmp/RtmpMediaSource.h"
#include "Rtmp/RtmpMediaSource.h"
...
@@ -55,4 +55,4 @@ private:
...
@@ -55,4 +55,4 @@ private:
}
//namespace mediakit
}
//namespace mediakit
#endif //ZLMEDIAKIT_FLV
RECORD
ER_H
#endif //ZLMEDIAKIT_FLV
MUX
ER_H
This diff is collapsed.
Click to expand it.
src/RtmpMuxer/RtmpDemuxer.h
查看文件 @
13ca7893
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
* SOFTWARE.
* SOFTWARE.
*/
*/
#ifndef SRC_RTMP_RTMP
PARS
ER_H_
#ifndef SRC_RTMP_RTMP
DEMUX
ER_H_
#define SRC_RTMP_RTMP
PARS
ER_H_
#define SRC_RTMP_RTMP
DEMUX
ER_H_
#include <functional>
#include <functional>
#include <unordered_map>
#include <unordered_map>
...
@@ -110,4 +110,4 @@ private:
...
@@ -110,4 +110,4 @@ private:
}
/* namespace mediakit */
}
/* namespace mediakit */
#endif
/* SRC_RTMP_RTMP
PARS
ER_H_ */
#endif
/* SRC_RTMP_RTMP
DEMUX
ER_H_ */
This diff is collapsed.
Click to expand it.
src/RtspMuxer/RtspDemuxer.h
查看文件 @
13ca7893
...
@@ -24,8 +24,8 @@
...
@@ -24,8 +24,8 @@
* SOFTWARE.
* SOFTWARE.
*/
*/
#ifndef SRC_RTP_RT
PPARS
ER_H_
#ifndef SRC_RTP_RT
SPDEMUX
ER_H_
#define SRC_RTP_RT
PPARS
ER_H_
#define SRC_RTP_RT
SPDEMUX
ER_H_
#include <unordered_map>
#include <unordered_map>
#include "Rtsp/Rtsp.h"
#include "Rtsp/Rtsp.h"
...
@@ -83,4 +83,4 @@ private:
...
@@ -83,4 +83,4 @@ private:
}
/* namespace mediakit */
}
/* namespace mediakit */
#endif
/* SRC_RTP_RT
PPARS
ER_H_ */
#endif
/* SRC_RTP_RT
SPDEMUX
ER_H_ */
This diff is collapsed.
Click to expand it.
src/RtspMuxer/RtspMuxer.h
查看文件 @
13ca7893
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
// Created by xzl on 2018/10/24.
// Created by xzl on 2018/10/24.
//
//
#ifndef ZLMEDIAKIT_RTSPM
AK
ER_H
#ifndef ZLMEDIAKIT_RTSPM
UX
ER_H
#define ZLMEDIAKIT_RTSPM
AK
ER_H
#define ZLMEDIAKIT_RTSPM
UX
ER_H
#include "RtspSdp.h"
#include "RtspSdp.h"
...
@@ -132,4 +132,4 @@ private:
...
@@ -132,4 +132,4 @@ private:
}
/* namespace mediakit */
}
/* namespace mediakit */
#endif //ZLMEDIAKIT_RTSPM
AK
ER_H
#endif //ZLMEDIAKIT_RTSPM
UX
ER_H
This diff is collapsed.
Click to expand it.
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论