[xiph-cvs] cvs commit: vorbis/lib info.c
Monty
xiphmont at xiph.org
Sun Aug 12 18:10:31 PDT 2001
xiphmont 01/08/12 18:10:31
Modified: lib Tag: branch_monty_20010708 info.c
Log:
Just the encoder string
Revision Changes Path
No revision
No revision
1.41.2.2 +2 -2 vorbis/lib/info.c
Index: info.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/lib/info.c,v
retrieving revision 1.41.2.1
retrieving revision 1.41.2.2
diff -u -r1.41.2.1 -r1.41.2.2
--- info.c 2001/08/02 06:14:43 1.41.2.1
+++ info.c 2001/08/13 01:10:30 1.41.2.2
@@ -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_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);
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list