Commit 04804702 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

hotkeys: Properly set seekable.

parent 676a627a
...@@ -397,11 +397,7 @@ static void Run( intf_thread_t *p_intf ) ...@@ -397,11 +397,7 @@ static void Run( intf_thread_t *p_intf )
/* Input options */ /* Input options */
else if( p_input ) else if( p_input )
{ {
/* FIXME --fenrir bool b_seekable = var_GetBool( p_input, "seekable" );
* How to get a valid value ?
* That's not that easy with some special stream
*/
bool b_seekable = true;
int i_interval =0; int i_interval =0;
if( i_action == ACTIONID_PAUSE ) if( i_action == ACTIONID_PAUSE )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment