Changeset 7299 in orxonox.OLD for trunk/src/lib/sound/ogg_player.cc
- Timestamp:
- Apr 16, 2006, 5:48:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/ogg_player.cc
r7297 r7299 102 102 return false; 103 103 } 104 this->state |= FileOpened; 104 105 105 106 // acquiring the vorbis-properties. 106 107 vorbisInfo = ov_info(&oggStream, -1); 107 108 vorbisComment = ov_comment(&oggStream, -1); 108 this->state |= FileOpened; 109 109 110 if(vorbisInfo->channels == 1) 110 111 format = AL_FORMAT_MONO16; … … 129 130 void OggPlayer::release() 130 131 { 131 this->printState();132 132 if (this->state & SourceAllocated) 133 133 {
Note: See TracChangeset
for help on using the changeset viewer.