mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Ignore some coverage for mp4.
This commit is contained in:
parent
e2f86464c5
commit
e2def1b24f
1 changed files with 4 additions and 2 deletions
|
@ -866,7 +866,7 @@ public:
|
|||
|
||||
// 8.6.6 Edit List Box
|
||||
// ISO_IEC_14496-12-base-format-2012.pdf, page 55
|
||||
// LCOV_EXCL_LINE
|
||||
// LCOV_EXCL_START
|
||||
class SrsMp4ElstEntry
|
||||
{
|
||||
public:
|
||||
|
@ -891,6 +891,7 @@ public:
|
|||
virtual std::stringstream& dumps(std::stringstream& ss, SrsMp4DumpContext dc);
|
||||
virtual std::stringstream& dumps_detail(std::stringstream& ss, SrsMp4DumpContext dc);
|
||||
};
|
||||
// LCOV_EXCL_STOP
|
||||
|
||||
// 8.6.6 Edit List Box (elst)
|
||||
// ISO_IEC_14496-12-base-format-2012.pdf, page 54
|
||||
|
@ -1565,7 +1566,7 @@ public:
|
|||
|
||||
// 8.6.1.3 Composition Time to Sample Box (ctts), for Video.
|
||||
// ISO_IEC_14496-12-base-format-2012.pdf, page 49
|
||||
// LCOV_EXCL_LINE
|
||||
// LCOV_EXCL_START
|
||||
class SrsMp4CttsEntry
|
||||
{
|
||||
public:
|
||||
|
@ -1582,6 +1583,7 @@ public:
|
|||
public:
|
||||
virtual std::stringstream& dumps_detail(std::stringstream& ss, SrsMp4DumpContext dc);
|
||||
};
|
||||
// LCOV_EXCL_STOP
|
||||
|
||||
// 8.6.1.3 Composition Time to Sample Box (ctts), for Video.
|
||||
// ISO_IEC_14496-12-base-format-2012.pdf, page 49
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue