eac3to improvements

This commit is contained in:
Grigory Chudov
2018-02-18 15:57:27 -05:00
parent 7295a9e688
commit 74ca7b4f70
3 changed files with 101 additions and 52 deletions

View File

@@ -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; }