git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
779e6c2
)
rtpenc: Fix some odd comments
author
Martin Storsjö
<martin@martin.st>
Fri, 26 Jul 2013 17:40:25 +0000
(20:40 +0300)
committer
Martin Storsjö
<martin@martin.st>
Fri, 26 Jul 2013 18:43:29 +0000
(21:43 +0300)
Some weird comments stem from the fact that the rtpdec and rtpenc
code was shared earlier.
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpenc.h
patch
|
blob
|
history
diff --git
a/libavformat/rtpenc.h
b/libavformat/rtpenc.h
index
d19b0fd
..
9d7340d
100644
(file)
--- 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;