summaryrefslogtreecommitdiff
path: root/libavformat/rtmp.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-28 23:56:42 -0300
committerJames Almer <jamrial@gmail.com>2015-07-29 15:32:08 -0300
commit6c87b866285fae0a45ab4d7162088428f60bd332 (patch)
tree8cc35fa19fc626733bb0fb4ee46ff69d83055011 /libavformat/rtmp.h
parent0949869e7b8020beb8d9727cc0855c06beb31ae7 (diff)
downloadffmpeg-6c87b866285fae0a45ab4d7162088428f60bd332.tar.gz
avformat/rtmpproto: use AVHMAC instead of a custom implementation
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/rtmp.h')
-rw-r--r--libavformat/rtmp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/rtmp.h b/libavformat/rtmp.h
index 8fc8040d89..6600da74f0 100644
--- a/libavformat/rtmp.h
+++ b/libavformat/rtmp.h
@@ -29,9 +29,6 @@
#define RTMP_HANDSHAKE_PACKET_SIZE 1536
-#define HMAC_IPAD_VAL 0x36
-#define HMAC_OPAD_VAL 0x5C
-
/**
* emulated Flash client version - 9.0.124.2 on Linux
* @{