Changeset 5962 in orxonox.OLD for branches/avi_play
- Timestamp:
- Dec 7, 2005, 2:59:58 PM (19 years ago)
- Location:
- branches/avi_play/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/graphics/importer/media_container.cc
r5939 r5962 34 34 MediaContainer::MediaContainer(const char* filename) 35 35 { 36 /* register all formats and codecs */ 37 av_register_all(); 38 39 if (fileName != NULL) 40 this->loadMedia(filename); 36 41 37 42 } -
branches/avi_play/src/lib/graphics/importer/media_container.h
r5959 r5962 8 8 #define _MEDIA_CONTAINER 9 9 10 /* FFmpeg */11 //#include "ffmpeg/avformat.h"12 10 13 11 #ifdef HAVE_AVFORMAT_H … … 16 14 #include <ffmpeg/avformat.h> 17 15 #endif 16 18 17 19 18 #include "glincl.h"
Note: See TracChangeset
for help on using the changeset viewer.