mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
eac3to improvements
This commit is contained in:
@@ -9,8 +9,12 @@ namespace CUETools.Codecs.BDLPCM
|
||||
{
|
||||
public BDLPCMReaderSettings()
|
||||
{
|
||||
IgnoreShortItems = true;
|
||||
}
|
||||
|
||||
|
||||
[Browsable(false)]
|
||||
public bool IgnoreShortItems { get; set; }
|
||||
|
||||
[Browsable(false)]
|
||||
public int? Stream { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user