]> git.sesse.net Git - bmusb/commitdiff
Stop opening dummy audio.raw file by default.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 May 2016 23:30:51 +0000 (01:30 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Mon, 2 May 2016 23:30:51 +0000 (01:30 +0200)
bmusb.cpp

index 892802f1c5cf90c5165b37c8a93df28869c33455..48bdcae3c41516815cb31a9d1cafb9a015d28f1c 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -1021,7 +1021,7 @@ void BMUSBCapture::configure_card()
        xfr->user_data = this;
        //libusb_submit_transfer(xfr);
 
-       audiofp = fopen("audio.raw", "wb");
+       //audiofp = fopen("audio.raw", "wb");
 
        // set up isochronous transfers for audio and video
        for (int e = 3; e <= 4; ++e) {