1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-21 07:24:15 +02:00

hotkeys: Properly set seekable.

This commit is contained in:
Pierre d'Herbemont 2008-08-02 03:38:46 +02:00
parent 676a627a1f
commit 04804702d9

View File

@ -397,11 +397,7 @@ static void Run( intf_thread_t *p_intf )
/* Input options */
else if( p_input )
{
/* FIXME --fenrir
* How to get a valid value ?
* That's not that easy with some special stream
*/
bool b_seekable = true;
bool b_seekable = var_GetBool( p_input, "seekable" );
int i_interval =0;
if( i_action == ACTIONID_PAUSE )