git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext
[ffmpeg.git]
/
libavformat
/
rtpdec.h
diff --git
a/libavformat/rtpdec.h
b/libavformat/rtpdec.h
index
1754d2b
..
599e13d
100644
(file)
--- a/
libavformat/rtpdec.h
+++ b/
libavformat/rtpdec.h
@@
-174,6
+174,7
@@
struct RTPDemuxContext {
/* rtcp sender statistics receive */
int64_t last_rtcp_ntp_time; // TODO: move into statistics
+ int64_t first_rtcp_ntp_time; // TODO: move into statistics
uint32_t last_rtcp_timestamp; // TODO: move into statistics
/* rtcp sender statistics */