summaryrefslogtreecommitdiff
path: root/multimedia/vlc/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/vlc/patches/patch-aa')
-rw-r--r--multimedia/vlc/patches/patch-aa11
1 files changed, 0 insertions, 11 deletions
diff --git a/multimedia/vlc/patches/patch-aa b/multimedia/vlc/patches/patch-aa
deleted file mode 100644
index 1708de9472a..00000000000
--- a/multimedia/vlc/patches/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- modules/access/rtsp/real.c.orig 2009-08-09 13:00:43.000000000 +0300
-+++ modules/access/rtsp/real.c 2009-08-09 13:01:54.000000000 +0300
-@@ -592,6 +592,8 @@ int real_get_rdt_chunk(rtsp_client_t *rt
-
- int n;
- rmff_dump_pheader(ph, (char*)*buffer);
-+ if (ph->length < 12)
-+ return 0;
- n=rtsp_read_data(rtsp_session, (uint8_t*)(*buffer + 12), ph->length - 12);
- return (n <= 0) ? 0 : n+12;
- }