mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #299, refine the encoder object name
This commit is contained in:
parent
2a4f57a587
commit
2fcd3972c1
17 changed files with 152 additions and 158 deletions
|
@ -39,7 +39,7 @@ class SrsBuffer;
|
|||
class SrsRtmpJitter;
|
||||
class SrsSharedPtrMessage;
|
||||
class SrsFileWriter;
|
||||
class SrsFlvEncoder;
|
||||
class SrsFlvTransmuxer;
|
||||
class SrsDvrPlan;
|
||||
class SrsJsonAny;
|
||||
class SrsJsonObject;
|
||||
|
@ -129,7 +129,7 @@ class SrsDvrFlvSegmenter : public SrsDvrSegmenter
|
|||
{
|
||||
private:
|
||||
// The FLV encoder, for FLV target.
|
||||
SrsFlvEncoder* enc;
|
||||
SrsFlvTransmuxer* enc;
|
||||
private:
|
||||
// The offset of file for duration value.
|
||||
// The next 8 bytes is the double value.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue