forked from len0rd/rockbox
Correctly set the channel mode to "Stereo" and not "Dual Channel".
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8353 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b3a9ad8590
commit
b1a17a6246
1 changed files with 1 additions and 1 deletions
|
|
@ -1963,7 +1963,7 @@ enum plugin_status plugin_start(struct plugin_api* api, void* parameter)
|
||||||
#endif
|
#endif
|
||||||
config.mpeg.type = 1;
|
config.mpeg.type = 1;
|
||||||
config.mpeg.layr = 2;
|
config.mpeg.layr = 2;
|
||||||
config.mpeg.mode = 2;
|
config.mpeg.mode = 0;
|
||||||
config.mpeg.bitr = brate[srat];
|
config.mpeg.bitr = brate[srat];
|
||||||
config.mpeg.emph = 0;
|
config.mpeg.emph = 0;
|
||||||
config.mpeg.crc = 0;
|
config.mpeg.crc = 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue