Fix some warnings
This commit is contained in:
parent
02d197ca08
commit
0c0019a2d1
3 changed files with 3 additions and 3 deletions
|
@ -872,7 +872,7 @@ int floor1_encode(oggpack_buffer *opb,vorbis_block *vb,
|
|||
|
||||
/* generate the partition's first stage cascade value */
|
||||
if(csubbits){
|
||||
int maxval[8];
|
||||
int maxval[8] = {0};
|
||||
for(k=0;k<csub;k++){
|
||||
int booknum=info->class_subbook[class][k];
|
||||
if(booknum<0){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue