From 11aa919a2f673b1d7ca338e4fbc5f5aa57805f44 Mon Sep 17 00:00:00 2001 From: Matthias Dressel Date: Sat, 23 Apr 2022 23:38:20 +0200 Subject: lib: Fix typo in documentation --- include/dav1d/dav1d.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3