Fixed OGG and MP4
This commit is contained in:
parent
99353f49a0
commit
2148e9ce20
5 changed files with 157 additions and 90 deletions
|
@ -2518,7 +2518,7 @@ namespace MP4 {
|
|||
r << std::string(indent + 1, ' ') << "ConfigDescriptorTypeLength: 0x" << std::hex << (int)getConfigDescriptorTypeLength() << std::dec << std::endl;
|
||||
r << std::string(indent + 1, ' ') << "ESHeaderStartCodes: 0x";
|
||||
for (unsigned int i = 0; i<getESHeaderStartCodes().size(); i++){
|
||||
r << std::hex << (int)getESHeaderStartCodes()[i] << std::dec << std::endl;
|
||||
r << std::hex << (int)getESHeaderStartCodes()[i] << std::dec << ", ";
|
||||
}
|
||||
r << std::string(indent + 1, ' ') << "SLConfigDescriptorTypeTag: 0x" << std::hex << (int)getSLConfigDescriptorTypeTag() << std::dec << std::endl;
|
||||
r << std::string(indent + 1, ' ') << "SLConfigExtendedDescriptorTypeTag: 0x" << std::hex << (int)getSLConfigExtendedDescriptorTypeTag() << std::dec << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue