From c0f8369c9bed7d38959fe59ea39674696b91ad5a Mon Sep 17 00:00:00 2001 From: Laurent Aimar Date: Sun, 16 Nov 2008 14:47:40 +0100 Subject: [PATCH] Clean up. --- src/input/es_out_timeshift.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c index 17bcfbfd57..0ee51225bf 100644 --- a/src/input/es_out_timeshift.c +++ b/src/input/es_out_timeshift.c @@ -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 ) -- 2.20.1