[xiph-cvs] cvs commit: vorbis/examples seeking_example.c
Ralph Giles
giles at xiph.org
Tue Jul 9 06:41:08 PDT 2002
giles 02/07/09 06:41:08
Modified: examples seeking_example.c
Log:
Remove and unused variable.
Revision Changes Path
1.14 +1 -2 vorbis/examples/seeking_example.c
Index: seeking_example.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/examples/seeking_example.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- seeking_example.c 2002/02/28 04:12:47 1.13
+++ seeking_example.c 2002/07/09 13:41:08 1.14
@@ -11,7 +11,7 @@
********************************************************************
function: illustrate seeking, and test it too
- last mod: $Id: seeking_example.c,v 1.13 2002/02/28 04:12:47 xiphmont Exp $
+ last mod: $Id: seeking_example.c,v 1.14 2002/07/09 13:41:08 giles Exp $
********************************************************************/
@@ -146,7 +146,6 @@
printf("\r");
{
- ogg_int64_t length=ov.end;
printf("testing pcm page seeking to random places in %ld samples....\n",
(long)pcmlength);
<p><p><p>--- >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