[xiph-cvs] cvs commit: snatch libsnatch.c

Monty xiphmont at xiph.org
Sun Nov 11 15:33:33 PST 2001



xiphmont    01/11/11 15:33:33

  Modified:    .        libsnatch.c
  Log:
  Don't close file when OSPACE/ODELAY ioctls succeed

Revision  Changes    Path
1.22      +0 -2      snatch/libsnatch.c

Index: libsnatch.c
===================================================================
RCS file: /usr/local/cvsroot/snatch/libsnatch.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- libsnatch.c	2001/11/11 23:13:52	1.21
+++ libsnatch.c	2001/11/11 23:33:32	1.22
@@ -687,7 +687,6 @@
           fprintf(stderr,"    ...: Audio output buffer size requested; faking 64k\n");
         ret=0;
       }
-      CloseOutputFile();
       break;
     case SNDCTL_DSP_GETODELAY: /* Must reject the ODELAY if we're not going to track 
                                   audio bytes and timing! */
@@ -698,7 +697,6 @@
         *(int *)arg=0;
         ret=-1;
       }
-      CloseOutputFile();
       break;
     }
     

--- >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