summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp
diff options
context:
space:
mode:
Diffstat (limited to 'stream/realrtsp')
-rw-r--r--stream/realrtsp/asmrp.h2
-rw-r--r--stream/realrtsp/real.h3
-rw-r--r--stream/realrtsp/rmff.h2
-rw-r--r--stream/realrtsp/sdpplin.h3
-rw-r--r--stream/realrtsp/xbuffer.h2
5 files changed, 5 insertions, 7 deletions
diff --git a/stream/realrtsp/asmrp.h b/stream/realrtsp/asmrp.h
index ab80898c98..1d073e6aeb 100644
--- a/stream/realrtsp/asmrp.h
+++ b/stream/realrtsp/asmrp.h
@@ -44,4 +44,4 @@
int asmrp_match (const char *rules, int bandwidth, int *matches) ;
-#endif
+#endif /* HAVE_ASMRP_H */
diff --git a/stream/realrtsp/real.h b/stream/realrtsp/real.h
index c37f5af5d1..fd78edfc78 100644
--- a/stream/realrtsp/real.h
+++ b/stream/realrtsp/real.h
@@ -57,5 +57,4 @@ rmff_header_t *real_setup_and_get_header(rtsp_t *rtsp_session, uint32_t bandwidt
struct real_rtsp_session_t *init_real_rtsp_session (void);
void free_real_rtsp_session (struct real_rtsp_session_t* real_session);
-#endif
-
+#endif /* HAVE_REAL_H */
diff --git a/stream/realrtsp/rmff.h b/stream/realrtsp/rmff.h
index 3124645e32..807c05e2ce 100644
--- a/stream/realrtsp/rmff.h
+++ b/stream/realrtsp/rmff.h
@@ -273,4 +273,4 @@ void rmff_dump_pheader(rmff_pheader_t *h, char *data);
*/
void rmff_free_header(rmff_header_t *h);
-#endif
+#endif /* HAVE_RMFF_H */
diff --git a/stream/realrtsp/sdpplin.h b/stream/realrtsp/sdpplin.h
index 2872a40f5e..24a7f206a4 100644
--- a/stream/realrtsp/sdpplin.h
+++ b/stream/realrtsp/sdpplin.h
@@ -105,5 +105,4 @@ sdpplin_t *sdpplin_parse(char *data);
void sdpplin_free(sdpplin_t *description);
-#endif
-
+#endif /* HAVE_SDPPLIN_H */
diff --git a/stream/realrtsp/xbuffer.h b/stream/realrtsp/xbuffer.h
index 8192258503..ecc72c0bac 100644
--- a/stream/realrtsp/xbuffer.h
+++ b/stream/realrtsp/xbuffer.h
@@ -23,4 +23,4 @@ void *xbuffer_copyin(void *buf, int index, const void *data, int len);
void *xbuffer_ensure_size(void *buf, int size);
void *xbuffer_strcat(void *buf, char *data);
-#endif
+#endif /* XCL_H */