]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmp.h
avformat/rtmpproto: use AVHMAC instead of a custom implementation
[ffmpeg] / libavformat / rtmp.h
index 8fc8040d89e784ab414b8ab28da4bf5d5a044e70..6600da74f01139ee1c277024448dfd371268872c 100644 (file)
@@ -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
  * @{