Remove svn $Id$ header.
[platform/upstream/libvorbis.git] / examples / seeking_example.c
index 73e0ac5..1073b31 100644 (file)
@@ -11,7 +11,6 @@
  ********************************************************************
 
  function: illustrate seeking, and test it too
- last mod: $Id$
 
  ********************************************************************/
 
@@ -189,6 +188,8 @@ int main(){
 
     fprintf(stderr,"\r");
     {
+      fprintf(stderr,"testing pcm exact seeking to random places in %f seconds....\n",
+             timelength);
       for(i=0;i<1000;i++){
         ogg_int64_t val= i==0?(ogg_int64_t)0:(double)rand()/RAND_MAX*pcmlength;
         fprintf(stderr,"\r\t%d [pcm position %ld]...     ",i,(long)val);