Open multistream files with ffdshow

This commit is contained in:
Grigory Chudov
2018-04-07 13:55:01 -04:00
parent 6f79ab7ebe
commit bfcbd825b2
13 changed files with 136 additions and 97 deletions

View File

@@ -40,6 +40,6 @@ namespace CUETools.Codecs.MPLS
public int? Stream { get; set; }
[Browsable(false)]
public ushort? Pid { get; set; }
public int? StreamId { get; set; }
}
}