[vlc-devel] [PATCH] TS mux: use DTS if PTS is not available

Rafaël Carré funman at videolan.org
Sun Jun 2 19:32:21 CEST 2013


Le 31/05/2013 18:27, Denis Charmet a écrit :
> Le vendredi 31 mai 2013 à 12:50:06, Rafaël Carré a écrit :
>> +            if (!p_data->i_pts <= VLC_TS_INVALID)
>> +                p_data->i_pts = p_data->i_dts;
> 
> Are you sure about the '!'?

It's an error of course, the '!' should not be here.

Corrected locally.

> Regards,
> 




More information about the vlc-devel mailing list