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

Francois Cartegnie fcvlcdev at free.fr
Wed Apr 22 19:18:14 CEST 2015


Le 01/04/2015 16:14, Aleksandr Pasechnik a écrit :
> 
>> On Fri Mar 20, 2015, at 20:45, Francois Cartegnie <fcvlcdev at free.fr> wrote:
>>


Or just a 2 liner,

+    if( p_input->p->i_stop < 0 && duration > 0)
+        p_input->p->i_stop += duration;

Francois



More information about the vlc-devel mailing list