Commit 1297f7b8 authored by Martin Storsjö's avatar Martin Storsjö

rtpenc: Fix some odd comments

Some weird comments stem from the fact that the rtpdec and rtpenc
code was shared earlier.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 779e6c2b
...@@ -38,11 +38,9 @@ struct RTPMuxContext { ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment