Commit 9a67cfe8 authored by Valentin Vetter's avatar Valentin Vetter Committed by Jean-Baptiste Kempf

DCP: allow to pause

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent c51eff1f
......@@ -754,6 +754,9 @@ static int Control( demux_t *p_demux, int query, va_list args )
*pb = false;
break;
case DEMUX_SET_PAUSE_STATE:
return VLC_SUCCESS;
case DEMUX_GET_POSITION:
pf = ( double* ) va_arg ( args, double* );
if( p_sys->frames_total != 0 )
......
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