summaryrefslogtreecommitdiff
path: root/libavformat/rtpenc.h
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2013-07-26 20:40:25 +0300
committerMartin Storsjö <martin@martin.st>2013-07-26 21:43:29 +0300
commit1297f7b87f8a84930a23eca705765c7c353dfcd5 (patch)
treed0b1a387a5c51a14028bbf9cd5b9e841429b820c /libavformat/rtpenc.h
parent779e6c2b985f2ad461a1ae704160822f97709ba7 (diff)
rtpenc: Fix some odd comments
Some weird comments stem from the fact that the rtpdec and rtpenc code was shared earlier. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtpenc.h')
-rw-r--r--libavformat/rtpenc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavformat/rtpenc.h b/libavformat/rtpenc.h
index d19b0fd9db..9d7340d0cd 100644
--- a/libavformat/rtpenc.h
+++ b/libavformat/rtpenc.h
@@ -38,11 +38,9 @@ struct RTPMuxContext {
int max_payload_size;
int num_frames;
- /* rtcp sender statistics receive */
+ /* rtcp sender statistics */
int64_t last_rtcp_ntp_time;
int64_t first_rtcp_ntp_time;
-
- /* rtcp sender statistics */
unsigned int packet_count;
unsigned int octet_count;
unsigned int last_octet_count;