[rtmpdump] r224 - trunk/rtmpdump.c

hyc subversion at mplayerhq.hu
Sat Jan 9 04:00:37 CET 2010


Author: hyc
Date: Sat Jan  9 04:00:36 2010
New Revision: 224

Log:
Fix typo in comment

Modified:
   trunk/rtmpdump.c

Modified: trunk/rtmpdump.c
==============================================================================
--- trunk/rtmpdump.c	Sat Jan  9 03:58:41 2010	(r223)
+++ trunk/rtmpdump.c	Sat Jan  9 04:00:36 2010	(r224)
@@ -831,7 +831,7 @@ GetLastKeyframe(FILE * file,	// output f
      uint32_t timestamp = RTMP_LIB::AMF_DecodeInt24(buffer);
      timestamp |= (buffer[3]<<24);
 
-     Log(LOGDEBUG, "Previuos timestamp: %d ms", timestamp);
+     Log(LOGDEBUG, "Previous timestamp: %d ms", timestamp);
    */
 
   if (*dSeek != 0)


More information about the rtmpdump mailing list