]> git.sesse.net Git - vlc/commit
Allow to select fast seeking with --input-fast-seeking.
authorLaurent Aimar <fenrir@videolan.org>
Sat, 24 Jan 2009 11:14:10 +0000 (12:14 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sat, 24 Jan 2009 14:09:04 +0000 (15:09 +0100)
commit1374daaa71c4210f2ddab92617cc296f6cbc6542
treef9128f3f4579cef280c85e7c6c413df4edd03627
parent69a0bd8391e194cb7b4349a577b190556cfaff08
Allow to select fast seeking with --input-fast-seeking.

No functionnality changes yet as the demuxers need to honor it.

 I have add an extra bool to  DEMUX_SET_POSITION/TIME to ask for precise
seeking to the demuxer.
(You cannot have precision and speed when seeking with non intra only codec).
include/vlc_demux.h
src/input/input.c
src/input/input_internal.h
src/input/var.c
src/libvlc-module.c