diff options
author | Monty <xiphmont@xiph.org> | 2000-05-08 20:49:51 +0000 |
---|---|---|
committer | Monty <xiphmont@xiph.org> | 2000-05-08 20:49:51 +0000 |
commit | d1ac4fc0fbfa1ae5c7f2f483be66ca1db1bb0a2a (patch) | |
tree | ea43c9f3353600ab6388867dd8bc725c4bd12f3b /lib/info.c | |
parent | 4f58872cf83797418e82216bc6480ad94880c1be (diff) | |
download | libvorbis-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.c | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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); |