]> git.sesse.net Git - vlc/commit
Added es_out_ControlModifyPcrSystem to synchronize the input clock on an external...
authorLaurent Aimar <fenrir@videolan.org>
Thu, 28 Jan 2010 20:53:58 +0000 (21:53 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 28 Jan 2010 21:01:40 +0000 (22:01 +0100)
commitd147f145510bb7c1f07cd95a050a0e709223f6ec
treec3108ed1051508e26b0744453256b37ce95d129c
parent454a3688d220aa86bfa5ea39d6d9177ea6e95060
Added es_out_ControlModifyPcrSystem to synchronize the input clock on an external source.

It could be used to update the netsynch module or to lock the input
clock on the audio one.

Partially based on a patch by Jean-Paul Saman.
include/vlc_es_out.h
src/input/clock.c
src/input/clock.h
src/input/es_out.c
src/input/es_out_timeshift.c