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/lib/graphics/importer/media_container.h

    r6320 r6324  
    5858
    5959  void init();
    60   GLuint getFrame(int frame_number);
     60  void gotoFrame(int frame_number);
    6161  GLuint getNextFrame();
    62   void skipFrame(int num_frames);
     62  GLuint skipFrame(int num_frames);
    6363  vector<GLuint> getFrameList();
    6464  void loadMedia(const char* filename);
Note: See TracChangeset for help on using the changeset viewer.