]> granicus.if.org Git - rtmpdump/commitdiff
Fix typo in comment
authorhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 9 Jan 2010 03:00:36 +0000 (03:00 +0000)
committerhyc <hyc@400ebc74-4327-4243-bc38-086b20814532>
Sat, 9 Jan 2010 03:00:36 +0000 (03:00 +0000)
git-svn-id: svn://svn.mplayerhq.hu/rtmpdump/trunk@224 400ebc74-4327-4243-bc38-086b20814532

rtmpdump.c

index f229260e4b384e8a9434ae5ffd2465e5cb6348e1..88cf177776a6a9e7a2aeed50345ce7ef3b308033 100644 (file)
@@ -831,7 +831,7 @@ GetLastKeyframe(FILE * file,        // output file [in]
      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)