]> git.sesse.net Git - vlc/commit
Added a new INPUT_GET_BOOKMARK to allow future safe bookmark.
authorLaurent Aimar <fenrir@videolan.org>
Tue, 2 Dec 2008 19:01:02 +0000 (20:01 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Thu, 4 Dec 2008 19:34:06 +0000 (20:34 +0100)
commit4d60f5b6a736b07736e6f1c83bd3f59962a1adcc
tree347a7c281b7f6dd3ad725f0e00c30f20019c05bf
parent39868b9241295c62c1004608f267f3d621f52a2a
Added a new INPUT_GET_BOOKMARK to allow future safe bookmark.

 It removes the need of INPUT_GET_BYTE_POSITION/INPUT_SET_BYTE_SIZE which where
not thread safe.
include/vlc_input.h
modules/gui/macosx/bookmarks.m
modules/gui/qt4/dialogs/bookmarks.cpp
modules/gui/wxwidgets/dialogs/bookmarks.cpp
src/input/control.c