]> git.sesse.net Git - vlc/commitdiff
hotkeys: Properly set seekable.
authorPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 2 Aug 2008 01:38:46 +0000 (03:38 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Sat, 2 Aug 2008 01:49:16 +0000 (03:49 +0200)
modules/control/hotkeys.c

index 1ba99797482934928454d90163b92b2fd3bf239d..f79b0ea2c83f9d8ec2613b8c0bc55ddcdeefd8ca 100644 (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 )