Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 25, 2006, 4:18:25 PM (18 years ago)
Author:
hdavid
Message:

branches/avi_play: safe

File:
1 edited

Legend:

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

    r6704 r6711  
    4545}
    4646
    47 MediaContainer::MediaContainer()
    48 {
    49   // set the class id for the base object
    50   this->setClassID(CL_MEDIA_CONTAINER, "MediaContainer");
    51 
    52   fps = 0;
    53   mediaLoaded = false;
    54 }
    55 
    5647/**
    5748 * Default destructor
     
    10596    return false;
    10697  }
    107 
    108 
    10998
    11099  // register all formats and codecs
Note: See TracChangeset for help on using the changeset viewer.