void vorbis_close ( struct audio_file fd  ) 

Close and clean up the Ogg Vorbis file.

Definition at line 99 of file audio_format_vorbis.c.

00100 {
00101         OggVorbis_File *vfp = fd->drv_data;
00102 
00103         ov_clear(vfp);
00104         g_slice_free(OggVorbis_File, vfp);
00105 
00106         /* libvorbisfile already closes the file for us */
00107         fd->fp = NULL;
00108 }

 All Data Structures Files Functions Variables Defines
Generated on Mon Mar 15 04:45:04 2010 for herrie by  doxygen 1.6.3