mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Fix typos found by codespell
- Typos were found by codespell v1.17.0.dev0 (commit 44fea6d) - Command used: codespell -q 2 \ -L ba,bloc,blocs,doubleclick,dur,fille,frmat,numer,optin,passtime \ -L pres,strack,te,tim,tre,uint,whn \ --skip="*.de-DE.resx,./Bwg*,./Freedb,./MusicBrainz,./ProgressODoom" \ --skip="./ThirdParty"
This commit is contained in:
@@ -36,8 +36,8 @@ namespace CUETools.Codecs.LAME.Interop
|
||||
public int bNoRes; // Disable Bit resorvoir (TRUE/FALSE)
|
||||
// MISC SETTINGS
|
||||
public int bStrictIso; // Use strict ISO encoding rules (TRUE/FALSE)
|
||||
public ushort nQuality; // Quality Setting, HIGH BYTE should be NOT LOW byte, otherwhise quality=5
|
||||
// FUTURE USE, SET TO 0, align strucutre to 331 bytes
|
||||
public ushort nQuality; // Quality Setting, HIGH BYTE should be NOT LOW byte, otherwise quality=5
|
||||
// FUTURE USE, SET TO 0, align structure to 331 bytes
|
||||
//[ MarshalAs( UnmanagedType.ByValArray, SizeConst=255-4*4-2 )]
|
||||
//public byte[] btReserved;//[255-4*sizeof(DWORD) - sizeof( WORD )];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user