VLCMediaDatasource: remove @synchronized
@synchronized comes with performance costs. If we happen to see issues we should use gcd and dispatch_sync instead
Showing
Please register or sign in to comment
@synchronized comes with performance costs. If we happen to see issues we should use gcd and dispatch_sync instead