mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[fix] try to fix av1 packets parsering
This commit is contained in:
@@ -12,10 +12,15 @@
|
||||
#include <vector>
|
||||
|
||||
#include "obu.h"
|
||||
#include "rtp_packet.h"
|
||||
|
||||
namespace obu {
|
||||
std::vector<Obu> ParseObus(uint8_t* payload, int payload_size);
|
||||
|
||||
std::vector<Packet> Packetize(std::vector<Obu> obus);
|
||||
|
||||
bool NextPacket(RtpPacket* packet);
|
||||
|
||||
const char* ObuTypeToString(OBU_TYPE type);
|
||||
|
||||
bool ObuHasExtension(uint8_t obu_header);
|
||||
|
||||
Reference in New Issue
Block a user