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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index 4abc58cbd1..c37f5af5d1 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -47,9 +47,11 @@ struct real_rtsp_session_t {
int header_read;
int rdteof;
+
+ int rdt_rawdata;
};
-int real_get_rdt_chunk(rtsp_t *rtsp_session, char **buffer);
+int real_get_rdt_chunk(rtsp_t *rtsp_session, char **buffer, int rdt_rawdata);
rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidth,
char *username, char *password);
struct real_rtsp_session_t *init_real_rtsp_session (void);