diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-01 12:56:35 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-07-01 12:56:35 +0000 |
commit | a539bac0fb5536069c819bf721405a068087b34f (patch) | |
tree | e6b4b37ecb04c83857ec2173604e983c7f6d0554 /audio/mpg123 | |
parent | b2843ecb4bd442e35ce9bd463660cb078e4f0e82 (diff) | |
download | ports-a539bac0fb5536069c819bf721405a068087b34f.tar.gz ports-a539bac0fb5536069c819bf721405a068087b34f.zip |
Notes
Diffstat (limited to 'audio/mpg123')
-rw-r--r-- | audio/mpg123/files/patch-ab | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/audio/mpg123/files/patch-ab b/audio/mpg123/files/patch-ab index 3d935ba41d32..4d701e26f02d 100644 --- a/audio/mpg123/files/patch-ab +++ b/audio/mpg123/files/patch-ab @@ -41,17 +41,7 @@ $FreeBSD$ } return newfile; -@@ -605,6 +609,9 @@ - } - - if(fr->header_change > 1 || init) { -+ -+ init_output(); -+ - old_rate = ai.rate; - old_format = ai.format; - old_channels = ai.channels; -@@ -787,6 +794,10 @@ +@@ -784,6 +788,10 @@ _wildcard(&argc,&argv); #endif @@ -62,7 +52,7 @@ $FreeBSD$ if(sizeof(short) != 2) { fprintf(stderr,"Ouch SHORT has size of %d bytes (required: '2')\n",(int)sizeof(short)); exit(1); -@@ -923,17 +933,6 @@ +@@ -917,17 +925,6 @@ &dirname, &filename)) fprintf(stderr, "\nDirectory: %s", dirname); fprintf(stderr, "\nPlaying MPEG stream from %s ...\n", filename); |