You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Merge commit '1297f7b87f8a84930a23eca705765c7c353dfcd5'
* commit '1297f7b87f8a84930a23eca705765c7c353dfcd5': rtpenc: Fix some odd comments Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -38,11 +38,9 @@ struct RTPMuxContext {
|
|||||||
int max_payload_size;
|
int max_payload_size;
|
||||||
int num_frames;
|
int num_frames;
|
||||||
|
|
||||||
/* rtcp sender statistics receive */
|
/* rtcp sender statistics */
|
||||||
int64_t last_rtcp_ntp_time;
|
int64_t last_rtcp_ntp_time;
|
||||||
int64_t first_rtcp_ntp_time;
|
int64_t first_rtcp_ntp_time;
|
||||||
|
|
||||||
/* rtcp sender statistics */
|
|
||||||
unsigned int packet_count;
|
unsigned int packet_count;
|
||||||
unsigned int octet_count;
|
unsigned int octet_count;
|
||||||
unsigned int last_octet_count;
|
unsigned int last_octet_count;
|
||||||
|
Reference in New Issue
Block a user