Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Unified Diff: include/rtp_priv.h

Issue 2344973002: Update libsrtp to version 2.0 (Closed)
Patch Set: Add '.' back to include_dirs Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « include/rtp.h ('k') | include/srtp.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/rtp_priv.h
diff --git a/srtp/include/rtp_priv.h b/include/rtp_priv.h
similarity index 79%
rename from srtp/include/rtp_priv.h
rename to include/rtp_priv.h
index 142138667337781c2d472045afe8a86a55abb5f4..2501846be1b402cfe6640c593201ca10216661c3 100644
--- a/srtp/include/rtp_priv.h
+++ b/include/rtp_priv.h
@@ -49,26 +49,5 @@
#include "srtp_priv.h"
#include "rtp.h"
-typedef srtp_hdr_t rtp_hdr_t;
-
-typedef struct {
- srtp_hdr_t header;
- char body[RTP_MAX_BUF_LEN];
-} rtp_msg_t;
-
-typedef struct rtp_sender_ctx_t {
- rtp_msg_t message;
- int socket;
- srtp_ctx_t *srtp_ctx;
- struct sockaddr_in addr; /* reciever's address */
-} rtp_sender_ctx_t;
-
-typedef struct rtp_receiver_ctx_t {
- rtp_msg_t message;
- int socket;
- srtp_ctx_t *srtp_ctx;
- struct sockaddr_in addr; /* receiver's address */
-} rtp_receiver_ctx_t;
-
#endif /* RTP_PRIV_H */
« no previous file with comments | « include/rtp.h ('k') | include/srtp.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698