summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Rawlins <monster.romster@gmail.com>2015-04-04 21:12:29 +1100
committerDanny Rawlins <monster.romster@gmail.com>2015-04-04 21:12:29 +1100
commitfd812be86cfa20f0be4bdabb55a0b5a5160f8664 (patch)
treeac3c72e914d6673aa577ebe45a83219bad60f6e5
parent59403e41a353e98dafe3e7527da3bbe893823bfc (diff)
downloadcompat-32-fd812be86cfa20f0be4bdabb55a0b5a5160f8664.tar.gz
compat-32-fd812be86cfa20f0be4bdabb55a0b5a5160f8664.tar.xz
libvorbis-32: remove unused patch
-rw-r--r--libvorbis-32/libvorbis.diff24
1 files changed, 0 insertions, 24 deletions
diff --git a/libvorbis-32/libvorbis.diff b/libvorbis-32/libvorbis.diff
deleted file mode 100644
index 938a9ca8..00000000
--- a/libvorbis-32/libvorbis.diff
+++ /dev/null
@@ -1,24 +0,0 @@
-# Stolen from Mozilla, with minor adjustments.
-# Author: Timothy B. Terriberry <tterribe@vt.edu>
-
-diff --git a/media/libvorbis/lib/floor1.c b/media/libvorbis/lib/floor1.c
---- a/media/libvorbis/lib/floor1.c
-+++ b/media/libvorbis/lib/floor1.c
-@@ -162,16 +162,17 @@ static vorbis_info_floor *floor1_unpack
-
- /* read the post list */
- info->mult=oggpack_read(opb,2)+1; /* only 1,2,3,4 legal now */
- rangebits=oggpack_read(opb,4);
- if(rangebits<0)goto err_out;
-
- for(j=0,k=0;j<info->partitions;j++){
- count+=info->class_dim[info->partitionclass[j]];
-+ if(count>VIF_POSIT) goto err_out;
- for(;k<count;k++){
- int t=info->postlist[k+2]=oggpack_read(opb,rangebits);
- if(t<0 || t>=(1<<rangebits))
- goto err_out;
- }
- }
- info->postlist[0]=0;
- info->postlist[1]=1<<rangebits;

Generated by cgit