Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 19, 2005, 12:43:51 AM (19 years ago)
Author:
hdavid
Message:

branches/avi_play: frames are displayed correct and fast…took me only 3 days to find out that the only faut was wrong number in the SDL_CreateRGBSurfaceFrom call :-/

File:
1 edited

Legend:

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

    r6127 r6160  
    4040  SDL_Delay(1000);
    4141
    42   // get the frame and save it as an image
    43   //while(movie->getNextFrame() != NULL);       
    44 
    4542}
    4643
     
    6057void Framework::moduleTick(float dt)
    6158{
    62   //while(movie->getNextFrame() != NULL);
    63   //  movie->saveCurrentFrame();       
     59  while(movie->getNextFrame() != NULL);
     60    movie->saveCurrentFrame(); 
    6461}
    6562
Note: See TracChangeset for help on using the changeset viewer.