[vlc-devel] [PATCH] negative stop-time causes offset from the end

Francois Cartegnie fcvlcdev at free.fr
Sat Mar 21 01:45:08 CET 2015


Le 21/03/2015 01:40, Aleksandr Pasechnik a écrit :
> +        mtime_t duration = input_item_GetDuration( p_input->p->p_item );
> +        if( duration > 0 && duration + p_input->p->i_stop > 0 )

duration >= - p_input->p->i_stop


Francois



More information about the vlc-devel mailing list