ref: c743f8cdcf56ab8ca5ca90149b26a3c86e5b94b6
parent: 09b05ff2658e6542304eb396503a899ea1c3c4c7
author: Raphaël Zumer <rzumer@tebako.net>
date: Wed Sep 26 12:00:15 EDT 2018
Fix non-lowercase references to dav1d
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,4 +1,4 @@
-# Dav1d contribution guide
+# dav1d contribution guide
## CoC
The [VideoLAN Code of Conduct](https://wiki.videolan.org/CoC) applies to this project.
--- 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 Two Orioles\n", DAV1D_VERSION);
//getc(stdin);
if (cli_settings.limit != 0 && cli_settings.limit < total)