From 3d56cee331f842b00e625856cddbdd6b52b82c53 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 21 Jun 2005 13:53:16 +0000 Subject: [PATCH] Update the encoder datestamp so we can tell if the stream was produced with the bps/kbps fix in the management interface. svn path=/trunk/vorbis/; revision=9500 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index 5e57feb..007c5e1 100644 --- a/lib/info.c +++ b/lib/info.c @@ -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 */ -- 2.7.4