Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 29, 2005, 1:49:53 AM (18 years ago)
Author:
hdavid
Message:

branches\avi_play: no big changes, somewhere in MediaPlayer is a big memory leek :-/

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/avi_play/src/lib/graphics/importer/movie_player.h

    r6324 r6330  
    4141  float speed;
    4242  float timer;
    43   int actuel_frame;
     43  int actual_frame;
    4444  int current_frame;
    4545  float fps; 
     
    5454  void loadMovie(const char* filename);
    5555
    56         void start(unsigned int start_frame);
     56        void start(unsigned int start_time);
    5757        void resume();
    5858        void pause();
Note: See TracChangeset for help on using the changeset viewer.