コード例 #1
0
 const Codec::Extensions* OggCodec::getExtensions() const throw()
 {
     static Extensions ext;
     if (ext.empty() == 0) {
         ext.push_back(".ogg");
     }
     return &ext;
 }