[rtmpdump] r57 - parseurl.c rtmp.h

hyc subversion at mplayerhq.hu
Tue Nov 24 00:48:22 CET 2009


Author: hyc
Date: Tue Nov 24 00:48:22 2009
New Revision: 57

Log:
remove 'not yet supported' comment for rtmpe

Modified:
   parseurl.c
   rtmp.h

Modified: parseurl.c
==============================================================================
--- parseurl.c	Sun Nov 22 23:08:35 2009	(r56)
+++ parseurl.c	Tue Nov 24 00:48:22 2009	(r57)
@@ -32,7 +32,7 @@
 #define RTMP_PROTOCOL_RTMP      0
 #define RTMP_PROTOCOL_RTMPT     1 // not yet supported
 #define RTMP_PROTOCOL_RTMPS     2 // not yet supported
-#define RTMP_PROTOCOL_RTMPE     3 // not yet supported
+#define RTMP_PROTOCOL_RTMPE     3
 #define RTMP_PROTOCOL_RTMPTE    4 // not yet supported
 #define RTMP_PROTOCOL_RTMFP     5 // not yet supported
 

Modified: rtmp.h
==============================================================================
--- rtmp.h	Sun Nov 22 23:08:35 2009	(r56)
+++ rtmp.h	Tue Nov 24 00:48:22 2009	(r57)
@@ -51,7 +51,7 @@
 #define RTMP_PROTOCOL_RTMP      0
 #define RTMP_PROTOCOL_RTMPT     1 // not yet supported
 #define RTMP_PROTOCOL_RTMPS     2 // not yet supported
-#define RTMP_PROTOCOL_RTMPE     3 // not yet supported
+#define RTMP_PROTOCOL_RTMPE     3
 #define RTMP_PROTOCOL_RTMPTE    4 // not yet supported
 #define RTMP_PROTOCOL_RTMFP     5 // not yet supported
 


More information about the rtmpdump mailing list