summaryrefslogtreecommitdiff
path: root/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-16 14:39:19 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-16 14:39:19 +0000
commitfb1a18c3c57d6249150b0f2b8720695f6c8202b6 (patch)
treeb0687c0a594cf2e5e30a8f6b0474ee4dbb77a0c9 /audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
parent- Update to version 1.0b1 (diff)
- Update to version 0.1.3
PR: ports/64339 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=104167
Diffstat (limited to 'audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c')
-rw-r--r--audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c b/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
new file mode 100644
index 000000000000..83b1c85e7b54
--- /dev/null
+++ b/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
@@ -0,0 +1,11 @@
+--- ffmpeg-strip-wma/wmadec.c Mon Feb 23 03:46:59 2004
++++ ffmpeg-strip-wma/wmadec.c Thu Mar 11 18:39:18 2004
+@@ -1155,7 +1155,7 @@
+ iptr = s->frame_out[ch];
+
+ for(i=0;i<n;i++) {
+- a = lrintf(*iptr++);
++ a = rintf(*iptr++);
+ if (a > 32767)
+ a = 32767;
+ else if (a < -32768)