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:
authorMatthias Dressel <code@deadcode.eu>2022-04-24 00:38:20 +0300
committerMatthias Dressel <code@deadcode.eu>2022-04-24 00:38:20 +0300
commit11aa919a2f673b1d7ca338e4fbc5f5aa57805f44 (patch)
tree4269a47e061d72d966858f537d55b5ec19dd17e4 /include
parentbfc1178f911543739fe50697998d9df69ad2f201 (diff)
lib: Fix typo in documentation
Diffstat (limited to 'include')
-rw-r--r--include/dav1d/dav1d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h
index bd70303..da71e58 100644
--- a/include/dav1d/dav1d.h
+++ b/include/dav1d/dav1d.h
@@ -292,7 +292,7 @@ DAV1D_API int dav1d_get_decode_error_data_props(Dav1dContext *c, Dav1dDataProps
* including reference frames.
* This value is guaranteed to be >= 1 and <= max_frame_delay.
*
- * @param c Input settings context.
+ * @param s Input settings context.
*
* @return Decoder frame delay on success, or < 0 (a negative DAV1D_ERR code) on
* error.