ref: 618a5c0b04de957cdf616eb43ae522f3a0445cb1
parent: c743f8cdcf56ab8ca5ca90149b26a3c86e5b94b6
author: Raphael Zumer <rzumer@tebako.net>
date: Wed Sep 26 18:24:00 EDT 2018
Replace "Two Orioles" with "VideoLAN" in output
--- a/tools/dav1d.c
+++ b/tools/dav1d.c
@@ -94,7 +94,7 @@
}
if (!cli_settings.quiet)
- fprintf(stderr, "dav1d %s - by Two Orioles\n", DAV1D_VERSION);
+ fprintf(stderr, "dav1d %s - by VideoLAN\n", DAV1D_VERSION);
//getc(stdin);
if (cli_settings.limit != 0 && cli_settings.limit < total)