Added ID and comment header support for theora and vorbis
This commit is contained in:
parent
8f8b3694b0
commit
35ee722f81
2 changed files with 45 additions and 0 deletions
|
@ -178,6 +178,9 @@ namespace DTSC {
|
|||
int width;
|
||||
int height;
|
||||
int fpks;
|
||||
//vorbis and theora only
|
||||
std::string idHeader;
|
||||
std::string commentHeader;
|
||||
};
|
||||
|
||||
class Track : public readOnlyTrack {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue