Commit c0f8369c authored by Laurent Aimar's avatar Laurent Aimar

Clean up.

parent c09b621f
......@@ -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 )
......
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