diff options
author | Job Bautista <jobbautista9@protonmail.com> | 2022-07-19 21:59:34 +0800 |
---|---|---|
committer | Job Bautista <jobbautista9@protonmail.com> | 2022-07-19 21:59:34 +0800 |
commit | aa3828319a9b9aebf0183f73c00b723c850c7b15 (patch) | |
tree | 787b79872846d0926dc9060a8b145c85149c58c3 /media/libtremor/bug1117571-r19420.patch | |
parent | 9800079bc2d9eaf1f7dfd3c4db128af147eba1a4 (diff) | |
download | uxp-aa3828319a9b9aebf0183f73c00b723c850c7b15.tar.gz |
Issue #1964 - Update libtremor.
Also removed mozilla patches that are already applied upstream.
Diffstat (limited to 'media/libtremor/bug1117571-r19420.patch')
-rw-r--r-- | media/libtremor/bug1117571-r19420.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/media/libtremor/bug1117571-r19420.patch b/media/libtremor/bug1117571-r19420.patch deleted file mode 100644 index 02de5e68ff..0000000000 --- a/media/libtremor/bug1117571-r19420.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -r 55f3224d7513 media/libtremor/lib/tremor_synthesis.c ---- a/media/libtremor/lib/tremor_synthesis.c Sat Jan 03 20:02:33 2015 -0800 -+++ b/media/libtremor/lib/tremor_synthesis.c Sun Jan 04 11:17:29 2015 -0800 -@@ -119,13 +119,13 @@ long vorbis_packet_blocksize(vorbis_info - while(v>1){ - modebits++; - v>>=1; - } - - /* read our mode and pre/post windowsize */ - mode=oggpack_read(&opb,modebits); - } -- if(mode==-1)return(OV_EBADPACKET); -+ if(mode==-1 || !ci->mode_param[mode])return(OV_EBADPACKET); - return(ci->blocksizes[ci->mode_param[mode]->blockflag]); - } - - |