Update the encoder datestamp so we can tell if the stream was produced
authorRalph Giles <giles@xiph.org>
Tue, 21 Jun 2005 13:53:16 +0000 (13:53 +0000)
committerRalph Giles <giles@xiph.org>
Tue, 21 Jun 2005 13:53:16 +0000 (13:53 +0000)
with the bps/kbps fix in the management interface.

svn path=/trunk/vorbis/; revision=9500

lib/info.c

index 5e57feb..007c5e1 100644 (file)
@@ -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_info(oggpack_buffer *opb,vorbis_info *vi){
 }
 
 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 */