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
00107 fd->fp = NULL;
00108 }