Update libvorbis to 1.3.6

This commit is contained in:
Guilherme Felipe
2018-05-24 13:52:05 -03:00
parent aee8d26252
commit 4932c7ddcf
72 changed files with 82 additions and 163 deletions

View File

@ -11,7 +11,6 @@
********************************************************************
function: single-block PCM synthesis
last mod: $Id: synthesis.c 19441 2015-01-21 01:17:41Z xiphmont $
********************************************************************/
@ -117,7 +116,7 @@ int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op){
if(!ci->mode_param[mode]){
return(OV_EBADPACKET);
}
vb->W=ci->mode_param[mode]->blockflag;
if(vb->W){
vb->lW=oggpack_read(opb,1);