Home | History | Annotate | Download | only in lib

Lines Matching full:readsize

65 #define READSIZE 2048 /* a smaller read size is needed for low-rate streaming. */
71 char *buffer=ogg_sync_buffer(&vf->oy,READSIZE);
72 long bytes=(vf->callbacks.read_func)(buffer,1,READSIZE,vf->datasource);