MediaLibrary: Remove isInitialized()
Since another thread could execute initialize() in parallel, and the caller has no way to hold the internal mutex, this method is inherently racy.
Since another thread could execute initialize() in parallel, and the caller has no way to hold the internal mutex, this method is inherently racy.
VideoLAN code repository instance