summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/real.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/realrtsp/real.h')
-rw-r--r--stream/realrtsp/real.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index 447bb30de9..4abc58cbd1 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -45,6 +45,8 @@ struct real_rtsp_session_t {
uint8_t header[HEADER_SIZE];
int header_len;
int header_read;
+
+ int rdteof;
};
int real_get_rdt_chunk(rtsp_t *rtsp_session, char **buffer);