[xiph-commits] r10747 - trunk/speex/src
jm at svn.xiph.org
jm at svn.xiph.org
Mon Jan 23 03:41:41 PST 2006
Author: jm
Date: 2006-01-23 03:41:36 -0800 (Mon, 23 Jan 2006)
New Revision: 10747
Modified:
trunk/speex/src/speexdec.c
trunk/speex/src/speexenc.c
Log:
we now live in 2006
Modified: trunk/speex/src/speexdec.c
===================================================================
--- trunk/speex/src/speexdec.c 2006-01-21 01:00:56 UTC (rev 10746)
+++ trunk/speex/src/speexdec.c 2006-01-23 11:41:36 UTC (rev 10747)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Jean-Marc Valin
+/* Copyright (C) 2002-2006 Jean-Marc Valin
File: speexdec.c
Redistribution and use in source and binary forms, with or without
@@ -290,13 +290,13 @@
void version()
{
printf ("speexdec (Speex decoder) version " SPEEX_VERSION " (compiled " __DATE__ ")\n");
- printf ("Copyright (C) 2002-2003 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2002-2006 Jean-Marc Valin\n");
}
void version_short()
{
printf ("speexdec version " SPEEX_VERSION "\n");
- printf ("Copyright (C) 2002-2003 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2002-2006 Jean-Marc Valin\n");
}
static void *process_header(ogg_packet *op, int enh_enabled, int *frame_size, int *rate, int *nframes, int forceMode, int *channels, SpeexStereoState *stereo, int *extra_headers, int quiet)
Modified: trunk/speex/src/speexenc.c
===================================================================
--- trunk/speex/src/speexenc.c 2006-01-21 01:00:56 UTC (rev 10746)
+++ trunk/speex/src/speexenc.c 2006-01-23 11:41:36 UTC (rev 10747)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2003 Jean-Marc Valin
+/* Copyright (C) 2002-2006 Jean-Marc Valin
File: speexenc.c
Redistribution and use in source and binary forms, with or without
@@ -147,13 +147,13 @@
void version()
{
printf ("speexenc (Speex encoder) version " SPEEX_VERSION " (compiled " __DATE__ ")\n");
- printf ("Copyright (C) 2002-2005 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2002-2006 Jean-Marc Valin\n");
}
void version_short()
{
printf ("speexenc version " SPEEX_VERSION "\n");
- printf ("Copyright (C) 2002-2005 Jean-Marc Valin\n");
+ printf ("Copyright (C) 2002-2006 Jean-Marc Valin\n");
}
void usage()
More information about the commits
mailing list