HomeSort by relevance Sort by last modified time
    Searched refs:_vorbis_pack_comment (Results 1 - 2 of 2) sorted by null

  /external/libvorbis/lib/
info.c 461 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){ function
553 if(_vorbis_pack_comment(&opb,vc)) return OV_EIMPL;
601 if(_vorbis_pack_comment(&opb,vc))goto err_out;
  /external/libvorbis/doc/
05-comment.tex 234 This is actually somewhat easier to describe in code; implementation of the above can be found in \filename{vorbis/lib/info.c}, \function{_vorbis_pack_comment()} and \function{_vorbis_unpack_comment()}.

Completed in 57 milliseconds