[xiph-commits] r8850 - trunk/xiph-rtp

giles at motherfish-iii.xiph.org giles at motherfish-iii.xiph.org
Sun Feb 6 23:21:44 PST 2005


Author: giles
Date: 2005-02-06 23:21:43 -0800 (Sun, 06 Feb 2005)
New Revision: 8850

Modified:
   trunk/xiph-rtp/vorbisrtp-client.c
Log:
Fix a grammer issue in the packet header dump.


Modified: trunk/xiph-rtp/vorbisrtp-client.c
===================================================================
--- trunk/xiph-rtp/vorbisrtp-client.c	2005-02-07 05:30:55 UTC (rev 8849)
+++ trunk/xiph-rtp/vorbisrtp-client.c	2005-02-07 07:21:43 UTC (rev 8850)
@@ -117,7 +117,7 @@
   R = (data[offset] & 0x20) >> 5;
   pkts = (data[offset] & 0x1F);
 
-  fprintf(out, " Vorbis payload ident 0x%08x  C:%d F:%d R:%d   %d packets\n",
+  fprintf(out, " Vorbis payload ident 0x%08x  C:%d F:%d R:%d   packets: %d\n",
     ident, C, F, R, pkts);
 
   return 0;



More information about the commits mailing list