cannam@86: cannam@86: cannam@86:
cannam@86:libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86:
declared in "vorbis/codec.h";
cannam@86: cannam@86:This function frees the internal storage associated with a vorbis_comment structure.
cannam@86: cannam@86:Note: Be careful if you have modified the vorbis_comment cannam@86: structure yourself, as libvorbis will try to use its own wrappers of cannam@86: memory allocation functions to free the contents of the vorbis_comment cannam@86: structure. This will not work correctly unless all arrays and comment cannam@86: strings contained in the vorbis_comment structure were allocated by cannam@86: libvorbis itself. This function is only guaranteed to be safe if all cannam@86: modification to the vorbis_comment structure was done using libvorbis cannam@86: functions.
cannam@86: cannam@86:
cannam@86: cannam@86: extern void vorbis_comment_clear(vorbis_comment *vc); cannam@86:cannam@86: |
cannam@86:
cannam@86:cannam@86:None. cannam@86:
cannam@86:
cannam@86:
cannam@86:
copyright © 2010 Xiph.Org |
cannam@86: cannam@86: |
libvorbis documentation |
cannam@86: libvorbis version 1.3.2 - 20101101 |
cannam@86: