comparison Plugins/Input/aac/libmp4v2/mp4descriptor.cpp @ 201:f2dc045d2327 trunk

[svn] libmp4v2 goes back to the future
author chainsaw
date Thu, 17 Nov 2005 14:01:18 -0800
parents 0a2ad94e8607
children
comparison
equal deleted inserted replaced
200:094ef8a0a9fd 201:f2dc045d2327
79 } 79 }
80 80
81 void MP4Descriptor::ReadHeader(MP4File* pFile) 81 void MP4Descriptor::ReadHeader(MP4File* pFile)
82 { 82 {
83 VERBOSE_READ(pFile->GetVerbosity(), 83 VERBOSE_READ(pFile->GetVerbosity(),
84 printf("ReadDescriptor: pos = 0x"X64"\n", 84 printf("ReadDescriptor: pos = 0x%llx\n",
85 pFile->GetPosition())); 85 pFile->GetPosition()));
86 86
87 // read tag and length 87 // read tag and length
88 u_int8_t tag = pFile->ReadUInt8(); 88 u_int8_t tag = pFile->ReadUInt8();
89 if (m_tag) { 89 if (m_tag) {