summaryrefslogtreecommitdiff
path: root/lib/info.c
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2000-05-08 20:49:51 +0000
committerMonty <xiphmont@xiph.org>2000-05-08 20:49:51 +0000
commitd1ac4fc0fbfa1ae5c7f2f483be66ca1db1bb0a2a (patch)
treeea43c9f3353600ab6388867dd8bc725c4bd12f3b /lib/info.c
parent4f58872cf83797418e82216bc6480ad94880c1be (diff)
downloadlibvorbis-git-d1ac4fc0fbfa1ae5c7f2f483be66ca1db1bb0a2a.tar.gz
First merge of new psychoacoustics. Have some unused codebooks to
remove yet, but we're otherwise OK. Tuning still has a little ways to go, but it's not too bad. Monty svn path=/trunk/vorbis/; revision=383
Diffstat (limited to 'lib/info.c')
-rw-r--r--lib/info.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/info.c b/lib/info.c
index c73cb02f..43b823d4 100644
--- a/lib/info.c
+++ b/lib/info.c
@@ -12,7 +12,7 @@
********************************************************************
function: maintain the info structure, info <-> header packets
- last mod: $Id: info.c,v 1.23 2000/03/10 13:21:18 xiphmont Exp $
+ last mod: $Id: info.c,v 1.24 2000/05/08 20:49:48 xiphmont Exp $
********************************************************************/
@@ -24,6 +24,7 @@
#include "vorbis/codec.h"
#include "vorbis/backends.h"
#include "bitwise.h"
+#include "sharedbook.h"
#include "bookinternal.h"
#include "registry.h"
#include "window.h"
@@ -341,7 +342,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 20000223";
+ char temp[]="Xiphophorus libVorbis I 20000508";
/* preamble */
_oggpack_write(opb,0x03,8);