mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix ubuntu14 build warnings
This commit is contained in:
parent
594c1d8bf7
commit
aad42d7941
8 changed files with 12 additions and 6 deletions
|
@ -53,6 +53,10 @@ SrsFlvSegment::SrsFlvSegment()
|
|||
stream_duration = 0;
|
||||
}
|
||||
|
||||
SrsFlvSegment::~SrsFlvSegment()
|
||||
{
|
||||
}
|
||||
|
||||
void SrsFlvSegment::reset()
|
||||
{
|
||||
has_keyframe = false;
|
||||
|
|
|
@ -86,6 +86,8 @@ public:
|
|||
int64_t stream_previous_pkt_time;
|
||||
public:
|
||||
SrsFlvSegment();
|
||||
virtual ~SrsFlvSegment();
|
||||
public:
|
||||
virtual void reset();
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue