OSDN Git Service

Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp,
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 16 Feb 2010 23:00:03 +0000 (23:00 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 16 Feb 2010 23:00:03 +0000 (23:00 +0000)
commitfc78b0cb7e115ae494861c37a9928cff74df8db9
treeb1340541cd80664989a11b01458b107acc313c40
parent9c8fa20d7e60760f117c2123a51137db1ac91682
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
libavformat/rtpdec.c
libavformat/rtpdec.h