vorbisfile.c | 281 static int _fetch_headers(OggVorbis_File *vf,vorbis_info *vi,vorbis_comment *vc, function 566 ret=_fetch_headers(vf,&vi,&vc,&next_serialno_list,&next_serialnos,NULL); 849 int ret=_fetch_headers(vf,vf->vi,vf->vc,NULL,NULL,&og); 908 if((ret=_fetch_headers(vf,vf->vi,vf->vc,&serialno_list,&serialno_list_size,NULL))<0){ [all...] |