summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:06:42 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 02:06:42 +0200
commit17eb7f2c4bb070d9477792fcbd4a5120ee1a789c (patch)
tree702cfe702169effb14fbabb3f50d289c1683147d /stream/realrtsp
parentff3ef4e7827424db7444cdb7973faa499e054ac5 (diff)
parenteb6fc7e99e07712b74c17c917aa33704ef6e410a (diff)
downloadmpv-17eb7f2c4bb070d9477792fcbd4a5120ee1a789c.tar.bz2
mpv-17eb7f2c4bb070d9477792fcbd4a5120ee1a789c.tar.xz
Merge svn changes up to r30195
Diffstat (limited to 'stream/realrtsp')
-rw-r--r--stream/realrtsp/real.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index 40e59c7c23..6cc771b718 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -33,7 +33,7 @@
#include "rmff.h"
#include "stream/librtsp/rtsp.h"
-#define HEADER_SIZE 4096
+#define REAL_HEADER_SIZE 4096
struct real_rtsp_session_t {
/* receive buffer */
@@ -42,7 +42,7 @@ struct real_rtsp_session_t {
int recv_read;
/* header buffer */
- uint8_t header[HEADER_SIZE];
+ uint8_t header[REAL_HEADER_SIZE];
int header_len;
int header_read;