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

Support padding max to 127

This commit is contained in:
winlin 2020-04-16 09:07:42 +08:00
parent a4dbf3ca8a
commit ef48507e80
4 changed files with 4 additions and 3 deletions

View file

@ -489,7 +489,7 @@ void SrsRtcPackets::reset(bool gso, bool merge_nalus)
SrsRtpPacket2* packet = packets[i];
packet->reset();
}
use_gso = gso;
should_merge_nalus = merge_nalus;