diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2018-05-25 09:08:52 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-25 09:08:52 +0200 |
commit | b4d3b6a5403f8f2bdd801825b251944d191c3303 (patch) | |
tree | c7c8763b8c52f9e075765c43ab95a198d166ff59 /thirdparty/libvorbis/synthesis.c | |
parent | fd1ee14056a09e47e4d3d4644bb089d33a853898 (diff) | |
parent | 4932c7ddcf00dbc8dd48ae03a79e360661581732 (diff) |
Merge pull request #19147 from guilhermefelipecgs/update_vorbis
Update libvorbis to 1.3.6
Diffstat (limited to 'thirdparty/libvorbis/synthesis.c')
-rw-r--r-- | thirdparty/libvorbis/synthesis.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/thirdparty/libvorbis/synthesis.c b/thirdparty/libvorbis/synthesis.c index 932d271a63..5f6092c3d3 100644 --- a/thirdparty/libvorbis/synthesis.c +++ b/thirdparty/libvorbis/synthesis.c @@ -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); |