Forked from
VideoLAN / VLC
33778 commits behind, 6357 commits ahead of the upstream repository.
Vikram Kangotra
authored
This commit resolves an issue where the installation of VLC on Windows unintentionally designated it as the default application for MIDI files. Given that Windows supports MIDI playback natively through Windows Media Player and that VLC requires a SoundFont for proper MIDI playback, this change ensures that VLC does not disrupt the default MIDI file associations, maintaining the expected user experience. Fixes: #27464 (cherry picked from commit dd4f9152)