summaryrefslogtreecommitdiff
path: root/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
diff options
context:
space:
mode:
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, 0 insertions, 11 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
deleted file mode 100644
index 83b1c85e7b54..000000000000
--- a/audio/xmms-wma/files/patch-ffmpeg-strip-wma::wmadec.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)