]> git.sesse.net Git - vlc/commit
Fixed a big rtp demuxer.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 2 Sep 2008 21:17:28 +0000 (23:17 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Tue, 2 Sep 2008 21:22:51 +0000 (23:22 +0200)
commit155614be656a8ae32310a792d3b39900bf06bfbe
treec9cfa223505a9dff243282744c465cd52bc688c4
parent8fab20701f86d1f51a60fce4eed2a04856e7db14
Fixed a big rtp demuxer.

DEMUX_GET_PTS_DELAY should returns microsecond.

You should NOT remove caching to PTS to create PCR.
It was probably a workaround for the previous bug. It could explains
the problems with TS over RTP (for TS with small pcr/pts delay that is, not
created by VLC)

Implemented missing DEMUX_CAN_* query.
modules/demux/rtp.c