Changeset 379 for trunk/Source/C++/Core/Ap4SampleEntry.cpp
- Timestamp:
- 01/24/10 08:03:31 (7 weeks ago)
- Files:
-
- 1 modified
-
trunk/Source/C++/Core/Ap4SampleEntry.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/C++/Core/Ap4SampleEntry.cpp
r324 r379 64 64 AP4_SampleEntry::AP4_SampleEntry(AP4_Atom::Type format, 65 65 AP4_Size size) : 66 AP4_ContainerAtom(format, size, false)66 AP4_ContainerAtom(format, (AP4_UI64)size, false) 67 67 { 68 68 } … … 75 75 AP4_ByteStream& stream, 76 76 AP4_AtomFactory& atom_factory) : 77 AP4_ContainerAtom(format, size, false)77 AP4_ContainerAtom(format, (AP4_UI64)size, false) 78 78 { 79 79 Read(stream, atom_factory);
![(please configure the [header_logo] section in trac.ini)](/trac/Bento4/chrome/site/bento4-small.jpg)