Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 30, 2005, 1:51:41 AM (18 years ago)
Author:
hdavid
Message:

branches\avi_play: some copy, pasta & delete

File:
1 edited

Legend:

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

    r6286 r6339  
    2525#include "resource_manager.h"
    2626
    27 MediaContainer* movie;
    2827
    2928void Framework::moduleInit(int argc, char** argv)
    3029{
    3130
    32   movie = new MediaContainer(argv[1]);
    33 
    34   // print information about the media file
    35   movie->printMediaInformation();
    36 
    37   SDL_Delay(1000);
    3831
    3932}
     
    4639void Framework::moduleTick(float dt)
    4740{
    48   while(movie->getNextFrame() != NULL);
    49     movie->saveCurrentFrame(); 
     41
    5042}
    5143
Note: See TracChangeset for help on using the changeset viewer.