diff options
Diffstat (limited to 'multimedia/xine-lib/patches/patch-aj')
-rw-r--r-- | multimedia/xine-lib/patches/patch-aj | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/multimedia/xine-lib/patches/patch-aj b/multimedia/xine-lib/patches/patch-aj deleted file mode 100644 index 62b62d561f5..00000000000 --- a/multimedia/xine-lib/patches/patch-aj +++ /dev/null @@ -1,21 +0,0 @@ -$NetBSD: patch-aj,v 1.5 2005/04/26 12:48:35 tron Exp $ - ---- src/input/mms.c 2005/01/18 23:25:34 1.55 -+++ src/input/mms.c 2005/04/21 19:02:43 1.56 -@@ -583,9 +583,13 @@ - lprintf ("stream object, stream id: %d, type: %d, encrypted: %d\n", - stream_id, type, encrypted); - -- this->stream_types[stream_id] = type; -- this->stream_ids[this->num_stream_ids] = stream_id; -- this->num_stream_ids++; -+ if (this->num_stream_ids < ASF_MAX_NUM_STREAMS && stream_id < ASF_MAX_NUM_STREAMS) { -+ this->stream_types[stream_id] = type; -+ this->stream_ids[this->num_stream_ids] = stream_id; -+ this->num_stream_ids++; -+ } else { -+ lprintf ("too many streams, skipping\n"); -+ } - - } - break; |