Changeset 6260 in orxonox.OLD for branches/avi_play/src/subprojects
- Timestamp:
- Dec 22, 2005, 5:08:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/subprojects/importer/multitex.cc
r6254 r6260 54 54 fps = movie->getFPS(); 55 55 56 float start_time = atoi(argv[2]);56 int start_time = atoi(argv[2]); 57 57 58 58 // print information about the media file
Note: See TracChangeset
for help on using the changeset viewer.