Skip to content

Commit

Permalink
Reverted revision(s) 22604 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] XMPlay input plugin: Prefer using the default output format requested by XMPlay by default.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/trunk/OpenMPT@22666 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
sagamusix committed Dec 31, 2024
1 parent 97f0c59 commit a3d06ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libopenmpt/plugin-common/libopenmpt_plugin_settings.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ class settings : public libopenmpt_settings {
{
no_default_format = no_default_format_;
player_setting_name = player_setting_name_;
if (!no_default_format) {
samplerate = 0;
channels = 0;
}
}
void load()
{
Expand Down

0 comments on commit a3d06ee

Please sign in to comment.