mirror of
https://github.com/kunkundi/crossdesk.git
synced 2025-10-27 12:45:35 +08:00
[fix] fix h264 rtp packet packetization and depacketization
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "rtp_packetizer_av1.h"
|
||||
|
||||
RtpPacketizerAv1::RtpPacketizerAv1() {}
|
||||
|
||||
RtpPacketizerAv1::~RtpPacketizerAv1() {}
|
||||
|
||||
std::vector<RtpPacket> RtpPacketizerAv1::Build(uint8_t* payload,
|
||||
uint32_t payload_size) {
|
||||
std::vector<RtpPacket> rtp_packets;
|
||||
return rtp_packets;
|
||||
}
|
||||
Reference in New Issue
Block a user