Changeset 862
- Timestamp:
- 04/22/08 00:04:59 (6 months ago)
- Files:
-
- trunk/MatroskaImportPrivate.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/MatroskaImportPrivate.cpp
r857 r862 704 704 MediaHandler mh = GetMediaHandler(GetTrackMedia(chapterTrack)); 705 705 706 if (UInt64(startTime) > movieDuration) { 707 Codecprintf(NULL, "MKV: Chapter time is beyond the end of the file\n"); 708 return; 709 } 710 706 711 Rect bounds = {0, 0, 0, 0}; 707 712 TimeValue inserted;
