diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 21:12:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-30 21:12:16 +0000 |
commit | 3dce9b2db999932f1443da1335434e754d8cce9d (patch) | |
tree | 4b85dfc55ff72a0460ebf318353cdc6d253ef9ae /audio/mpg123/files/patch-CAN-2004-0991 | |
parent | Update to 2.2.2 (diff) |
- Update to 1.6.4
PR: ports/126537 (based on)
Submitted by: Vitaly Magerya <vmagerya@gmail.com>
Approved by: maintainer timeout (novel; 6 months)
Notes
Notes:
svn path=/head/; revision=227194
Diffstat (limited to 'audio/mpg123/files/patch-CAN-2004-0991')
-rw-r--r-- | audio/mpg123/files/patch-CAN-2004-0991 | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/mpg123/files/patch-CAN-2004-0991 b/audio/mpg123/files/patch-CAN-2004-0991 deleted file mode 100644 index 8cb494117f5f..000000000000 --- a/audio/mpg123/files/patch-CAN-2004-0991 +++ /dev/null @@ -1,11 +0,0 @@ ---- layer2.c.orig Tue Sep 7 14:32:13 2004 -+++ layer2.c Sat Jan 1 20:21:47 2005 -@@ -240,7 +240,7 @@ - { alloc_0, alloc_1, alloc_2, alloc_3 , alloc_4 }; - static int sblims[5] = { 27 , 30 , 8, 12 , 30 }; - -- if(fr->lsf) -+ if(fr->sampling_frequency >= 3) /* Or equivalent: (fr->lsf == 1) */ - table = 4; - else - table = translate[fr->sampling_frequency][2-fr->stereo][fr->bitrate_index]; |