mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 04:35:34 +08:00
[fix] try to fix av1 packets parsering
This commit is contained in:
@@ -184,7 +184,7 @@ int AdditionalBytesForPreviousObuElement(const Packet& packet) {
|
||||
return Leb128Size(packet.last_obu_size);
|
||||
}
|
||||
|
||||
std::vector<Packet> Packetize(std::vector<Obu> obus, PayloadSizeLimits limits) {
|
||||
std::vector<Packet> Packetize(std::vector<Obu> obus) {
|
||||
int max_payload_len = 1200;
|
||||
std::vector<Packet> packets;
|
||||
if (obus.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user