]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtmp.h
dashenc: Fix writing of timelines that don't start at t=0
[ffmpeg] / libavformat / rtmp.h
index c9aa67e0564620e14883d7230b0fbd54b99efb84..dc7ba5bdeb2bd5d90ca44f69ed7eb0c10a34749f 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * RTMP definitions
- * Copyright (c) 2009 Kostya Shishkov
+ * Copyright (c) 2009 Konstantin Shishkov
  *
  * This file is part of Libav.
  *
 #define HMAC_IPAD_VAL 0x36
 #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
  * @{