1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

SquashSRS4: Rename SrsRtpPacket2 to SrsRtpPacket.

This commit is contained in:
winlin 2021-05-15 08:53:54 +08:00
parent 6a980683f7
commit a1d7fe46c1
17 changed files with 191 additions and 190 deletions

View file

@ -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();