Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CONTRIBUTING.md2
-rw-r--r--tools/dav1d.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 25a2434..b593470 100644
--- 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.
diff --git a/tools/dav1d.c b/tools/dav1d.c
index bc4d6af..7ac4378 100644
--- a/tools/dav1d.c
+++ b/tools/dav1d.c
@@ -94,7 +94,7 @@ int main(const int argc, char *const *const argv) {
}
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)