Skip to content

DownloadViewController: Fix download time by refactoring speed computation

Edgar Fouillet requested to merge edrflt/vlc-ios:fix_download_stats into master

Compute average speed to be less subject to fluctuations. Keep the total amount of received bytes for time estimation.

Merge request reports