Hy
I'm using libvlc in order to crate a media player that plays a specific playlist. When I start that media player, I load a (vlc) configuration file where I define the default aspect ratio. The player respects the defined aspect ratio.
I've implemented a function that allows me to press a key and change the current aspect ratio (using libvlc_video_set_aspect_ratio ). The problem is, if I change the aspect ratio to 16:9 (vlc really changes the aspect to 16:9) and then I advance to the next media file on my playlist, vlc plays that media file with the default aspect ratio.
Thanks