diff options
Diffstat (limited to 'audio/mpg123/files/patch-layer2.c')
-rw-r--r-- | audio/mpg123/files/patch-layer2.c | 14 |
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->>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; |