Home | History | Annotate | Download | only in lib

Lines Matching full:vorbis

25 #include "vorbis/codec.h"
349 /* Is this packet a vorbis ID header? */
365 if(memcmp(buffer,"vorbis",6))
366 return 0; /* not vorbis */
374 /* The Vorbis header is in three packets; the initial small packet in
386 /* Also verify header-ness, vorbis */
392 if(memcmp(buffer,"vorbis",6)){
393 /* not a vorbis header */
426 /* Not a valid vorbis header type */
443 _v_writestring(opb,"vorbis", 6);
466 _v_writestring(opb,"vorbis", 6);
497 _v_writestring(opb,"vorbis", 6);