[vlc-devel] commit: Clean up. (Laurent Aimar )
git version control
git at videolan.org
Mon Nov 17 20:16:43 CET 2008
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Nov 16 14:47:40 2008 +0100| [c0f8369c9bed7d38959fe59ea39674696b91ad5a] | committer: Laurent Aimar
Clean up.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0f8369c9bed7d38959fe59ea39674696b91ad5a
---
src/input/es_out_timeshift.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
diff --git a/src/input/es_out_timeshift.c b/src/input/es_out_timeshift.c
index 17bcfbf..0ee5122 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 )
More information about the vlc-devel
mailing list