Skip to content

Commit

Permalink
bmd-streamer 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabled committed Feb 21, 2018
1 parent a17f413 commit 1474a35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion bmd-streamer.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

#include "blackmagic.h"

#define VERSION "1.0.1"

/*
* TODO and ideas:
* - Get VR_SET_AUDIO_DELAY for remaining modes from USB traces
Expand Down Expand Up @@ -1301,6 +1303,8 @@ static int handle_hotplug(libusb_context *ctx, libusb_device *dev, libusb_hotplu
static int usage(void)
{
fprintf(stderr,
"bmd-streamer " VERSION "\n"
"\n"
"usage: bmd-streamer [OPTIONS]\n"
"\n"
" -v,--verbose Print more information\n"
Expand Down Expand Up @@ -1453,7 +1457,7 @@ int main(int argc, char **argv)
libusb_handle_events(ctx);

error:
// wait child process to terminate
// wait child processes to terminate
while (waitpid(-1, &status, 0) != -1 || errno != ECHILD);

if (msg)
Expand Down

0 comments on commit 1474a35

Please sign in to comment.