summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2001-08-13 01:10:30 +0000
committerMonty <xiphmont@xiph.org>2001-08-13 01:10:30 +0000
commitbc694d6d83224ace7a798f174c3b633187d31af2 (patch)
tree937a737c9ee8f06c8cd2e8b7913c8f4975d11e37
parent1a55f568ff7cd3ffae74652ea13f35747c33c6a3 (diff)
downloadlibvorbis-git-branch_monty_20010708.tar.gz
Just the encoder stringbranch_monty_20010708
svn path=/branches/branch_monty_20010708/vorbis/; revision=1813
-rw-r--r--lib/info.c4
1 files 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);