summaryrefslogtreecommitdiff
path: root/libavformat/srtp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/srtp.h')
-rw-r--r--libavformat/srtp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/srtp.h b/libavformat/srtp.h
index a1cb92d2ba..18ed177af5 100644
--- a/libavformat/srtp.h
+++ b/libavformat/srtp.h
@@ -30,7 +30,7 @@ struct AVHMAC;
struct SRTPContext {
struct AVAES *aes;
struct AVHMAC *hmac;
- int hmac_size;
+ int rtp_hmac_size, rtcp_hmac_size;
uint8_t master_key[16];
uint8_t master_salt[14];
uint8_t rtp_key[16], rtcp_key[16];