Displaying 1 result from an estimated 1 matches for "reset_next_value".
2000 Nov 08
0
vq diffs
...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);
@@ -230,5 +231,5 @@
find_seek_to(in,"static long _vq_ptr0");
reset_next_value();
- a->ptr0=_ogg_malloc(sizeof(long)*a->aux);
+ a->ptr0=(long*)_ogg_malloc(sizeof(long)*a->aux);
for(i=0;i<a->aux;i++)
if(get_next_ivalue(in,a->ptr0+i)){
@@ -240,5 +241,5 @@
find_seek_to(in,"static long _vq_ptr1");
reset_next_value();
-...