Displaying 1 result from an estimated 1 matches for "find_seek_to".
2000 Nov 08
0
vq diffs
...f(static_codebook)));
+ codebook *b=(codebook*)_ogg_calloc(1,sizeof(codebook));
+ static_codebook *c=(static_codebook*)
+ (b->c=(const static_codebook*)_ogg_calloc(1,sizeof(static_codebook)));
encode_aux_nearestmatch *a=NULL;
encode_aux_threshmatch *t=NULL;
@@ -216,5 +217,5 @@
if(find_seek_to(in,"static encode_aux_nearestmatch _vq_aux")){
/* how big? */
- c->nearest_tree=a=_ogg_calloc(1,sizeof(encode_aux_nearestmatch));
+ c->nearest_tree=a=(encode_aux_nearestmatch*)_ogg_calloc(1,sizeof(encode_aux_nearestmatch));
line=get_line(in);
line=get_line(in);...