Skip to content

objects: remove vlc_player_t as a valid public c++ obj cast

Alaric Senat requested to merge asenat/vlc:fix-object-cpp-cast into master

Since the player became an opaque type, the object cast should not be available publicly anymore.

Merge request reports