Added track language support to TS and DTSC internals
This commit is contained in:
parent
a73f97e065
commit
3844dac4fd
4 changed files with 127 additions and 6 deletions
|
@ -301,6 +301,7 @@ namespace DTSC {
|
|||
std::string init;
|
||||
std::string codec;
|
||||
std::string type;
|
||||
std::string lang;///< ISO 639-2 Language of track, empty or und if unknown.
|
||||
//audio only
|
||||
int rate;
|
||||
int size;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue