13 lines
494 B
Plaintext
13 lines
494 B
Plaintext
$OpenBSD: patch-libmpdemux_realrtsp_real_c,v 1.5 2007/04/19 08:37:09 ajacoutot Exp $
|
|
--- libmpdemux/realrtsp/real.c.orig Sun Jun 11 20:35:46 2006
|
|
+++ libmpdemux/realrtsp/real.c Thu Apr 19 09:41:03 2007
|
|
@@ -528,7 +528,7 @@ rmff_header_t *real_parse_sdp(char *data, char **strea
|
|
int j=0;
|
|
int n;
|
|
char b[64];
|
|
- int rulematches[16];
|
|
+ int rulematches[MAX_RULEMATCHES];
|
|
|
|
#ifdef LOG
|
|
printf("calling asmrp_match with:\n%s\n%u\n", desc->stream[i]->asm_rule_book, bandwidth);
|