Skip to content

lib: media: use int64_t for stats

Thomas Guillem requested to merge tguillem/vlc:libvlc-stats-64 into master

Core stats use int64_t. This fixes int overflow (specially on i_read_bytes, when reading more than 2GB).

Merge request reports