Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 25, 2005, 8:01:00 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play: begin of the media_player implementation

File:
1 edited

Legend:

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

    r6286 r6289  
    4444  if (filename != NULL)
    4545    this->loadMedia(filename);
    46 
     46}
     47
     48MediaContainer::MediaContainer()
     49{
     50  /* set the class id for the base object */
     51  this->setClassID(CL_MEDIA_CONTAINER, "MediaContainer");
     52
     53  /* register all formats and codecs */
     54  av_register_all();
     55
     56  fps = 0;
    4757}
    4858
Note: See TracChangeset for help on using the changeset viewer.