From bc694d6d83224ace7a798f174c3b633187d31af2 Mon Sep 17 00:00:00 2001 From: Monty Date: Mon, 13 Aug 2001 01:10:30 +0000 Subject: Just the encoder string svn path=/branches/branch_monty_20010708/vorbis/; revision=1813 --- lib/info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/info.c b/lib/info.c index 02ac5ae1..21435057 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.41.2.1 2001/08/02 06:14:43 xiphmont Exp $ + last mod: $Id: info.c,v 1.41.2.2 2001/08/13 01:10:30 xiphmont Exp $ ********************************************************************/ @@ -407,7 +407,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[]="Xiphophorus libVorbis I 20010615"; + char temp[]="Xiphophorus libVorbis I 20010812"; /* preamble */ oggpack_write(opb,0x03,8); -- cgit v1.2.1