Skip to content

library sharing: fix file size calculation

Since the move to the c++ library, VLC-iOS encodes megabytes instead of bytes. To retain compatibility with current installations, the presentation is fixed instead of the encoding.

Fixes #883 (closed).

Merge request reports