[xiph-commits] r9500 - trunk/vorbis/lib

giles at svn.xiph.org giles at svn.xiph.org
Tue Jun 21 06:53:19 PDT 2005


Author: giles
Date: 2005-06-21 06:53:16 -0700 (Tue, 21 Jun 2005)
New Revision: 9500

Modified:
   trunk/vorbis/lib/info.c
Log:
Update the encoder datestamp so we can tell if the stream was produced 
with the bps/kbps fix in the management interface.


Modified: trunk/vorbis/lib/info.c
===================================================================
--- trunk/vorbis/lib/info.c	2005-06-21 11:47:50 UTC (rev 9499)
+++ trunk/vorbis/lib/info.c	2005-06-21 13:53:16 UTC (rev 9500)
@@ -11,7 +11,7 @@
  ********************************************************************
 
  function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.63 2003/12/30 11:02:22 xiphmont Exp $
+ last mod: $Id$
 
  ********************************************************************/
 
@@ -416,7 +416,7 @@
 }
 
 static int _vorbis_pack_comment(oggpack_buffer *opb,vorbis_comment *vc){
-  char temp[]="Xiph.Org libVorbis I 20040629";
+  char temp[]="Xiph.Org libVorbis I 20050304";
   int bytes = strlen(temp);
 
   /* preamble */  



More information about the commits mailing list