Reorder member functions in FecReceiver unit test file.
- Place all member function definitions between test fixture declaration and unit tests. - Rename GenerateFrame -> PacketizeFrame. No functional changes are intended by this CL. BUG=webrtc:5654 Review-Url: https://codereview.webrtc.org/2275303003 Cr-Commit-Position: refs/heads/master@{#14488}
This commit is contained in:
@ -35,6 +35,9 @@ class FecReceiver {
|
||||
|
||||
// Takes a RED packet, strips the RED header, and adds the resulting
|
||||
// "virtual" RTP packet(s) into the internal buffer.
|
||||
//
|
||||
// TODO(brandtr): Set |ulpfec_payload_type| during constructor call,
|
||||
// rather than as a parameter here.
|
||||
virtual int32_t AddReceivedRedPacket(const RTPHeader& rtp_header,
|
||||
const uint8_t* incoming_rtp_packet,
|
||||
size_t packet_length,
|
||||
|
||||
Reference in New Issue
Block a user