summaryrefslogtreecommitdiff
path: root/media/libvorbis/lib/vorbis_synthesis.c
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-06-26 11:48:09 +0000
committerMoonchild <moonchild@palemoon.org>2022-06-26 11:48:09 +0000
commit9a52ed3bfbf096225f5e8c5255d4c89c11529ebb (patch)
treee1d0298b2d6a35b3c445b1938fd328f1a00965da /media/libvorbis/lib/vorbis_synthesis.c
parenta08f15245412d0b95eba82c7e9be7b7c64286967 (diff)
parent61cd8ae52b80e8bdf92bbfeeff2222a5f95f02c5 (diff)
downloaduxp-9a52ed3bfbf096225f5e8c5255d4c89c11529ebb.tar.gz
Merge pull request 'Update libvorbis to 1.3.7' (#1942) from jobbautista9/UXP:vorbis37 into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1942
Diffstat (limited to 'media/libvorbis/lib/vorbis_synthesis.c')
-rw-r--r--media/libvorbis/lib/vorbis_synthesis.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/media/libvorbis/lib/vorbis_synthesis.c b/media/libvorbis/lib/vorbis_synthesis.c
index 932d271a63..3e2d681270 100644
--- a/media/libvorbis/lib/vorbis_synthesis.c
+++ b/media/libvorbis/lib/vorbis_synthesis.c
@@ -6,12 +6,11 @@
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
- * by the Xiph.Org Foundation http://www.xiph.org/ *
+ * by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
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);