summaryrefslogtreecommitdiff
path: root/libavformat/rtmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtmp.h')
-rw-r--r--libavformat/rtmp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libavformat/rtmp.h b/libavformat/rtmp.h
index 7c9bb6d766..bdac6fd31d 100644
--- a/libavformat/rtmp.h
+++ b/libavformat/rtmp.h
@@ -33,6 +33,15 @@
#define HMAC_OPAD_VAL 0x5C
/**
+ * A non-zero transaction id requires the server to send back
+ * a _result or _error response.
+ * Setting it to 0 marks the message as a notification not
+ * requiring feedback.
+ */
+
+#define RTMP_NOTIFICATION 0
+
+/**
* emulated Flash client version - 9.0.124.2 on Linux
* @{
*/