From 1297f7b87f8a84930a23eca705765c7c353dfcd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Martin=20Storsj=C3=B6?= Date: Fri, 26 Jul 2013 20:40:25 +0300 Subject: [PATCH] rtpenc: Fix some odd comments MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Some weird comments stem from the fact that the rtpdec and rtpenc code was shared earlier. Signed-off-by: Martin Storsjö --- libavformat/rtpenc.h | 4 +--- 1 file changed, 1 insertion(+), 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; -- 2.11.0