]> git.sesse.net Git - vlc/blobdiff - modules/control/hotkeys.c
* all: rework of the input.
[vlc] / modules / control / hotkeys.c
index 5c73be7dc1c9a0f344a0d857de026711fd33c0df..afe09963c72bc78c6d956cd3b738584ee503c190 100755 (executable)
@@ -361,7 +361,11 @@ static void Run( intf_thread_t *p_intf )
         }
         else if( p_input )
         {
-            vlc_bool_t b_seekable = p_input->stream.b_seekable;
+            /* FIXME --fenrir
+             * How to get a valid value ?
+             * That's not that easy with some special stream
+             */
+            vlc_bool_t b_seekable = VLC_TRUE;
 
             if( i_action == ACTIONID_PAUSE )
             {