Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 14, 2005, 4:23:11 PM (18 years ago)
Author:
stefalie
Message:

branches\avi_play: OpenGL still has problems to display our texture, way too slow

File:
1 edited

Legend:

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

    r6094 r6112  
    3232  int num_frames;
    3333  GLuint texture;
     34  uint8_t* data;
    3435
    3536  AVFormatContext* format_context;
     
    4041  AVPicture* picture;
    4142  AVFrame* RGB_frame;
    42        
     43
    4344  int num_bytes;
    4445  uint8_t *buffer;
     
    5354  GLuint getNextFrame();
    5455  void loadMedia(const char* filename);
    55        
     56
    5657  int getHeight();
    5758  int getWidth();
    58         int getCurrentFrame();
     59  int getCurrentFrame();
    5960  int getFrameRate();
    6061  void getStream(/* stream */);
Note: See TracChangeset for help on using the changeset viewer.