Hello!
I have found VLC is not able to choose one of codecs when the case multiple different codecs of same format are installed.
For example, I have two my own MIDI codec plugins:
https://github.com/Wohlstand/libADLMIDI
https://github.com/Wohlstand/libOPNMIDI
They are different and resulting different sounding.
For now, I have made a workaround: I have added the "Enable this codec" flag per each plugin to force skip this codec to choose another. I think, it's will be better to have some sort of VLC-side codec chooser, or even some sort of check list to enable / disable certain plugin with no necessary to remove it physically. Personally, I want to be able to do that on Android.