Changeset 6057 in orxonox.OLD for branches/avi_play/src/lib/graphics/importer/media_container.h
- Timestamp:
- Dec 12, 2005, 1:07:57 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/graphics/importer/media_container.h
r6003 r6057 32 32 private: 33 33 34 char* filename;35 34 int current_frame; 36 35 int num_frames; … … 44 43 int num_bytes; 45 44 int video_stream; 45 bool frames_left; 46 46 47 47 public: … … 61 61 void getStream(/* stream */); 62 62 63 bool framesLeft(); 64 65 /* prints some information about the 66 media file for debug reasons */ 67 void printMediaInformation(); 68 63 69 }; 64 70
Note: See TracChangeset
for help on using the changeset viewer.