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
2013-11-21 20:34:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc7f2cff8623b76850d8d005eb24bd8b57ee2168
dc7f2cff
1 parent
3913e46b
remove the unused h264 enums
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
0 行增加
和
51 行删除
trunk/research/ts_info.cpp
trunk/research/ts_info.cpp
查看文件 @
dc7f2cf
...
...
@@ -1639,57 +1639,6 @@ int TSHeader::demux(TSContext* ctx, TSPacket* pkt, u_int8_t* start, u_int8_t* la
}
/**
* Table 7-1 – NAL unit type codes, page 61.
*/
enum
TSH264NalUnitType
{
TSH264NalUnitTypeUnspecified
=
0
,
TSH264NalUnitTypeCodedSlice
=
1
,
TSH264NalUnitTypeCodedSliceDataPartitionA
=
2
,
TSH264NalUnitTypeCodedSliceDataPartitionB
=
3
,
TSH264NalUnitTypeCodedSliceDataPartitionC
=
4
,
TSH264NalUnitTypeCodedSliceOfAnIDRPicture
=
5
,
TSH264NalUnitTypeSEI
=
6
,
/**
* 7.3.2.1 Sequence parameter set RBSP syntax
* seq_parameter_set_rbsp(), in page 45
*/
TSH264NalUnitTypeSequenceParameterSet
=
7
,
/**
* 7.3.2.2 Picture parameter set RBSP syntax
* pic_parameter_set_rbsp(), in page 46
*/
TSH264NalUnitTypePictureParameterSet
=
8
,
/**
* 7.3.2.4 Picture delimiter RBSP syntax
* pic_delimiter_rbsp(), in page 47
*/
TSH264NalUnitTypePictureDelimiter
=
9
,
TSH264NalUnitTypeEndOfSequence
=
10
,
TSH264NalUnitTypeEndOfStream
=
11
,
TSH264NalUnitTypeFillerData
=
12
,
TSH264NalUnitTypeReservedStart
=
13
,
TSH264NalUnitTypeReservedEnd
=
23
,
TSH264NalUnitTypeUnspecifiedStart
=
24
,
TSH264NalUnitTypeUnspecifiedEnd
=
31
,
};
/**
* Table 7-2 – Meaning of pic_type, page 69.
*/
enum
TSH264PicType
{
TSH264PicTypeI
=
0
,
TSH264PicTypeIP
=
1
,
TSH264PicTypeIPB
=
2
,
TSH264PicTypeSI
=
3
,
TSH264PicTypeSISP
=
4
,
TSH264PicTypeISI
=
5
,
TSH264PicTypeISIPSP
=
6
,
TSH264PicTypeISIPSPB
=
7
,
};
/**
* Annex B Byte stream format, in page 211.
*/
class
TSH264Codec
...
...
请
注册
或
登录
后发表评论