Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2017-01-10 17:18:22 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
07871a442ef503df9a270f1814476170caa64a64
07871a44
1 parent
ae1920e9
fix typo
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/kernel/srs_kernel_codec.cpp
trunk/src/kernel/srs_kernel_codec.hpp
trunk/src/kernel/srs_kernel_codec.cpp
查看文件 @
07871a4
...
...
@@ -714,7 +714,7 @@ int SrsAvcAacCodec::video_avc_demux(char* data, int size, SrsCodecSample* sample
return
ret
;
}
int
SrsAvcAacCodec
::
video_nalu_demux
(
Srs
Stream
*
stream
,
SrsCodecSample
*
sample
)
int
SrsAvcAacCodec
::
video_nalu_demux
(
Srs
Buffer
*
stream
,
SrsCodecSample
*
sample
)
{
int
ret
=
ERROR_SUCCESS
;
...
...
trunk/src/kernel/srs_kernel_codec.hpp
查看文件 @
07871a4
...
...
@@ -640,7 +640,7 @@ public:
*/
virtual
int
video_avc_demux
(
char
*
data
,
int
size
,
SrsCodecSample
*
sample
);
private
:
virtual
int
video_nalu_demux
(
Srs
Stream
*
stream
,
SrsCodecSample
*
sample
);
virtual
int
video_nalu_demux
(
Srs
Buffer
*
stream
,
SrsCodecSample
*
sample
);
public
:
/**
* directly demux the sequence header, without RTMP packet header.
...
...
请
注册
或
登录
后发表评论