[rtmpdump] r423 - trunk/librtmp/log.c

hyc subversion at mplayerhq.hu
Sat Apr 10 15:49:05 CEST 2010


Author: hyc
Date: Sat Apr 10 15:49:04 2010
New Revision: 423

Log:
Add missing LogSetCallback

Modified:
   trunk/librtmp/log.c

Modified: trunk/librtmp/log.c
==============================================================================
--- trunk/librtmp/log.c	Sat Apr 10 15:30:20 2010	(r422)
+++ trunk/librtmp/log.c	Sat Apr 10 15:49:04 2010	(r423)
@@ -77,6 +77,11 @@ void RTMP_LogSetLevel(RTMP_LogLevel leve
 	RTMP_debuglevel = level;
 }
 
+void RTMP_LogSetCallback(RTMP_LogCallback *cbp)
+{
+	cb = cbp;
+}
+
 RTMP_LogLevel RTMP_LogGetLevel()
 {
 	return RTMP_debuglevel;


More information about the rtmpdump mailing list