Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 27, 2005, 10:25:48 PM (20 years ago)
Author:
hdavid
Message:

branches\avi_play: MoviePlayer works, at the moment not very fast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/subprojects/importer/multitex.cc

    r6290 r6324  
    5252  fps = movie->getFPS();
    5353
    54   int start_time = atoi(argv[2]);
     54  int start_frame = atoi(argv[2]);
    5555
    5656  // print information about the media file
     
    6464  //while(seq->addFrame(movie->getNextFrame()) != NULL);
    6565  // get a list of frames
    66   seq->addFrame(movie->getFrame(start_time));
     66  movie->gotoFrame(start_frame);
    6767  seq->addFrameList(movie->getFrameList());
    6868
Note: See TracChangeset for help on using the changeset viewer.