Skip to content

Commit

Permalink
Merge tag 'vid.obe.1.1.20'
Browse files Browse the repository at this point in the history
vid.obe.1.1.20
  • Loading branch information
Steven Toth committed Sep 24, 2018
2 parents 746d056 + 965c1eb commit 85e81e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion obe/obecli.c
Original file line number Diff line number Diff line change
Expand Up @@ -1774,7 +1774,12 @@ static void _usage(const char *prog, int exitcode)
{
printf("\nOpen Broadcast Encoder command line interface.\n");
printf("Including Kernel Labs enhancements.\n");
printf("Version 1.10 (" GIT_VERSION ")\n");

char msg[128];
sprintf(msg, "Version 1.11 (" GIT_VERSION ")");
printf("%s\n", msg);
syslog(LOG_INFO, msg);

printf("x264 build#%d (%dbit support)\n", X264_BUILD, X264_BIT_DEPTH);
printf("Decklink SDK %s\n", BLACKMAGIC_DECKLINK_API_VERSION_STRING);
printf("\n");
Expand Down

0 comments on commit 85e81e0

Please sign in to comment.