summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2010-02-16 23:00:03 +0000
committerRonald S. Bultje <rsbultje@gmail.com>2010-02-16 23:00:03 +0000
commitfc78b0cb7e115ae494861c37a9928cff74df8db9 (patch)
treeb1340541cd80664989a11b01458b107acc313c40 /libavformat/rtpdec.h
parent9c8fa20d7e60760f117c2123a51137db1ac91682 (diff)
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,
but doesn't actually do that. What's worse, it creates timestamp adjustments that are different per stream within a session, leading to a/v sync issues. See discussion in thread "[FFmpeg-devel] rtp streaming x264+audio issues (and some ideas to fix them)". Patch suggested by Luca Abeni <lucabe72 email it>. Originally committed as revision 21857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rtpdec.h')
-rw-r--r--libavformat/rtpdec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/rtpdec.h b/libavformat/rtpdec.h
index 92d519684f..1d38294955 100644
--- a/libavformat/rtpdec.h
+++ b/libavformat/rtpdec.h
@@ -169,7 +169,6 @@ 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 */