Added ID and comment header support for theora and vorbis

This commit is contained in:
Erik Zandvliet 2013-11-28 11:08:46 +01:00
parent 8f8b3694b0
commit 35ee722f81
2 changed files with 45 additions and 0 deletions

View file

@ -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 {