]> git.sesse.net Git - vlc/commit
Added an option (clock-jitter) to control the maximum compensated jitter.
authorLaurent Aimar <fenrir@videolan.org>
Thu, 4 Mar 2010 22:03:40 +0000 (23:03 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 4 Mar 2010 22:06:43 +0000 (23:06 +0100)
commit5fd5aaf262c319d3324e326405ee04cd72a59c74
tree5abe46a20f0d812568d390d1abaddae942e388fe
parent4c0a761ae89d9c92d24f34e140cb84c75a33a5a9
Added an option (clock-jitter) to control the maximum compensated jitter.

Only input jitters lower than clock-jitter will be compensated. You
may set it to 0 to avoid having the latency increased automatically
by VLC.
src/input/es_out.c
src/input/input.c
src/input/input_internal.h
src/libvlc-module.c