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