fix: code style

Signed-off-by: gnattu <gnattuoc@me.com>
pull/11401/head
gnattu 1 month ago
parent a896c117fb
commit deae5a92ee

@ -2729,9 +2729,9 @@ namespace MediaBrowser.Controller.MediaEncoding
{
resultChannels = 8;
}
// For other weird layout, just downmix to stero for compatability
else
{
// For other weird layout, just downmix to stero for compatability
resultChannels = 2;
}
}

Loading…
Cancel
Save