Home
last modified time | relevance | path

Searched refs:comment_lengths (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dtreminfo.c116 if(vc->comment_lengths)_ogg_free(vc->comment_lengths); in vorbis_comment_clear()
230 vc->comment_lengths=(int *)_ogg_calloc(vc->comments+1, sizeof(*vc->comment_lengths)); in _vorbis_unpack_comment()
231 if (!vc->comment_lengths)goto err_out; in _vorbis_unpack_comment()
236 vc->comment_lengths[i]=len; in _vorbis_unpack_comment()
Divorbiscodec.h81 int *comment_lengths; member