Hello I am building a small program upon the libvlc which has more than one instance of libvlc (want to display more than one video at a time). When Im trying to rotate one of the videos (with the __config_PutPsz(vlc.SubObject, name, value) ) both of them are affected and are rotated. Why is this? I...