aboutsummaryrefslogtreecommitdiff
path: root/audio/rat30/files/patch-src__codec_encoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/rat30/files/patch-src__codec_encoder.c')
-rw-r--r--audio/rat30/files/patch-src__codec_encoder.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/rat30/files/patch-src__codec_encoder.c b/audio/rat30/files/patch-src__codec_encoder.c
deleted file mode 100644
index 7f940d8cafcb..000000000000
--- a/audio/rat30/files/patch-src__codec_encoder.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./src/codec_encoder.c.orig 2007-07-14 20:50:06.000000000 +0400
-+++ ./src/codec_encoder.c 2007-07-14 20:53:12.000000000 +0400
-@@ -48,7 +48,8 @@
- int i;
- sample *d;
-
-- d = (sample *)c->data = (sample *)block_alloc(SAMPLES_PER_UNIT * BYTES_PER_SAMPLE);
-+ c->data = (sample *)block_alloc(SAMPLES_PER_UNIT * BYTES_PER_SAMPLE);
-+ d = (sample *)c->data;
- c->data_len = SAMPLES_PER_UNIT * BYTES_PER_SAMPLE;
- for (i=0; i < SAMPLES_PER_UNIT; i++) {
- *d++ = htons(*data);