]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmp.h
Replace any remaining avpicture function with imgutils
[ffmpeg] / libavformat / rtmp.h
index b9c5f1e430dcee9047fb33da83c9923a87f6492d..f3390a1f47026fbc65325ce5a3c8363296863aae 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * RTMP definitions
- * Copyright (c) 2009 Kostya Shishkov
+ * Copyright (c) 2009 Konstantin Shishkov
  *
  * This file is part of Libav.
  *
@@ -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
  * @{