]> git.sesse.net Git - bmusb/commitdiff
Fix a syntax error in some commented-out code.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Apr 2017 18:18:09 +0000 (20:18 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 21 Apr 2017 18:18:09 +0000 (20:18 +0200)
bmusb.cpp

index f01e0de97e6d1caf9b425f0324ba134e67dae037..ed6fa264e28019f2b1fd902c7fa52bc2693e9e30 100644 (file)
--- a/bmusb.cpp
+++ b/bmusb.cpp
@@ -453,8 +453,8 @@ void BMUSBCapture::start_new_audio_block(const uint8_t *start)
                //dump_audio_block();
                queue_frame(format, timecode, current_audio_frame, &pending_audio_frames);
        }
-       //printf("Found audio block start, format 0x%04x timecode 0x%04x, previous block length was %d\n",
-       //      format, timecode, read_current_audio_block);
+       //printf("Found audio block start, format 0x%04x timecode 0x%04x\n",
+       //      format, timecode);
        current_audio_frame = audio_frame_allocator->alloc_frame();
 }