Changeset 6324 in orxonox.OLD for branches/avi_play/src/subprojects/importer/multitex.cc
- Timestamp:
- Dec 27, 2005, 10:25:48 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/subprojects/importer/multitex.cc
r6290 r6324 52 52 fps = movie->getFPS(); 53 53 54 int start_ time = atoi(argv[2]);54 int start_frame = atoi(argv[2]); 55 55 56 56 // print information about the media file … … 64 64 //while(seq->addFrame(movie->getNextFrame()) != NULL); 65 65 // get a list of frames 66 seq->addFrame(movie->getFrame(start_time));66 movie->gotoFrame(start_frame); 67 67 seq->addFrameList(movie->getFrameList()); 68 68
Note: See TracChangeset
for help on using the changeset viewer.