]> git.sesse.net Git - vlc/commit
* src/input/input_ext-intf.c : added an input_SetRate function; it is
authorEric Petit <titer@videolan.org>
Sat, 31 May 2003 12:24:39 +0000 (12:24 +0000)
committerEric Petit <titer@videolan.org>
Sat, 31 May 2003 12:24:39 +0000 (12:24 +0000)
commit37d2304ff9fd09efb974949285e5d60ff9db4bf3
tree1a82a5b7bcff064005d03904f8c0eb6522500f46
parentba8a03345c3ea8a6531499020d200738be35cde6
 * src/input/input_ext-intf.c :  added an input_SetRate function; it is
   quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER )
   two times if you want to switch from 1:1 to 4:1 from the interface.
   Old functions still work.
 * modules/gui/beos/VlcWrapper.cpp : use it
include/input_ext-intf.h
modules/gui/beos/VlcWrapper.cpp
src/input/input_ext-intf.c