From 5a0c2c001c1569e629de79ca7b57fc789865f49d Mon Sep 17 00:00:00 2001 From: Oswald Auguste de Bruin Date: Thu, 15 Aug 2013 15:31:12 +0200 Subject: [PATCH] More fixes on MP4 lib --- lib/mp4.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/mp4.cpp b/lib/mp4.cpp index 35604848..598164cf 100644 --- a/lib/mp4.cpp +++ b/lib/mp4.cpp @@ -2516,7 +2516,10 @@ namespace MP4 { r << std::string(indent + 1, ' ') << "DecoderDescriptorTypeTag: 0x" << std::hex << (int)getDecoderDescriptorTypeTag() << std::dec << std::endl; r << std::string(indent + 1, ' ') << "ExtendedDecoderDescriptorTypeTag: 0x" << std::hex << (int)getExtendedDecoderDescriptorTypeTag() << std::dec << std::endl; r << std::string(indent + 1, ' ') << "ConfigDescriptorTypeLength: 0x" << std::hex << (int)getConfigDescriptorTypeLength() << std::dec << std::endl; - r << std::string(indent + 1, ' ') << "ESHeaderStartCodes: " << getESHeaderStartCodes() << std::endl; + r << std::string(indent + 1, ' ') << "ESHeaderStartCodes: 0x"; + for (unsigned int i = 0; i