Le 07/12/2017 à 15:33, Francois Cartegnie a écrit : > --- > + if( UINT64_MAX - i_chunk < p_sys->offset ) > + i_chunk = i_remain_toread = UINT64_MAX - p_sys->offset; probably needs INT_MAX due to types mix. -- Francois Cartegnie VideoLAN - VLC Developer