mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Rename SrsRtpPacket2 to SrsRtpPacket. 4.0.111
This commit is contained in:
parent
ab0979a4ea
commit
ddd7a378b1
17 changed files with 191 additions and 190 deletions
|
@ -77,7 +77,7 @@
|
|||
#define STREAM_TYPE_AUDIO_PCM 0x9c
|
||||
|
||||
class SrsConfDirective;
|
||||
class SrsRtpPacket;
|
||||
class SrsRtspPacket;
|
||||
class SrsRtmpClient;
|
||||
class SrsRawH264Stream;
|
||||
class SrsRawAacStream;
|
||||
|
@ -108,7 +108,7 @@ class SrsGb28181Caster;
|
|||
|
||||
//ps rtp header packet parse
|
||||
|
||||
class SrsPsRtpPacket: public SrsRtpPacket
|
||||
class SrsPsRtpPacket: public SrsRtspPacket
|
||||
{
|
||||
public:
|
||||
SrsPsRtpPacket();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue