summaryrefslogtreecommitdiff
path: root/audio/mpg123/files/patch-layer2.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-30 21:12:16 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-30 21:12:16 +0000
commit3dce9b2db999932f1443da1335434e754d8cce9d (patch)
tree4b85dfc55ff72a0460ebf318353cdc6d253ef9ae /audio/mpg123/files/patch-layer2.c
parentUpdate 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-layer2.c')
-rw-r--r--audio/mpg123/files/patch-layer2.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/audio/mpg123/files/patch-layer2.c b/audio/mpg123/files/patch-layer2.c
deleted file mode 100644
index f87a4ff36913..000000000000
--- a/audio/mpg123/files/patch-layer2.c
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -u -r1.1.1.1 layer2.c
---- layer2.c 1999/02/10 12:13:06 1.1.1.1
-+++ layer2.c 2004/09/02 21:43:58
-@@ -265,6 +265,11 @@
- fr->jsbound = (fr-&gt;>mode == MPG_MD_JOINT_STEREO) ?
- (fr->mode_ext<<2)+4 : fr->II_sblimit;
-
-+ if (fr->jsbound > fr->II_sblimit) {
-+ fprintf(stderr, "Truncating stereo boundary to sideband limit.\n");
-+ fr->jsbound=fr->II_sblimit;
-+ }
-+
- if(stereo == 1 || single == 3)
- single = 0;