]> git.sesse.net Git - vlc/commitdiff
Clean up.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 16 Nov 2008 13:47:40 +0000 (14:47 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 17 Nov 2008 19:03:28 +0000 (20:03 +0100)
src/input/es_out_timeshift.c

index 17bcfbfd57fa328c9087ca3dee98444793cfe073..0ee51225bf8df6024aa04566d95dfc3c281cd767 100644 (file)
@@ -478,12 +478,7 @@ static int ControlLockedSetFrameNext( es_out_t *p_out )
 {
     es_out_sys_t *p_sys = p_out->p_sys;
 
-    //if( !p_sys->b_delayed )
-        return es_out_SetFrameNext( p_sys->p_out );
-
-    /* TODO */
-    msg_Err( p_sys->p_input, "EsOutTimeshift does not yet support frame next" );
-    return VLC_EGENERIC;
+    return es_out_SetFrameNext( p_sys->p_out );
 }
 
 static int ControlLocked( es_out_t *p_out, int i_query, va_list args )