From ecc5078cec3df5a9974e8d90f89eed96cb3494a1 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 7 Mar 2020 13:49:27 -0300 Subject: headers: add missing doxy to some Dav1dSettings fields --- include/dav1d/dav1d.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/dav1d/dav1d.h b/include/dav1d/dav1d.h index e637fc9..1b0e6a0 100644 --- a/include/dav1d/dav1d.h +++ b/include/dav1d/dav1d.h @@ -49,7 +49,7 @@ typedef struct Dav1dRef Dav1dRef; typedef struct Dav1dLogger { void *cookie; ///< Custom data to pass to the callback. /** - * Logger callback. Default prints to stderr. May be NULL to disable logging. + * Logger callback. * * @param cookie Custom pointer passed to all calls. * @param format The vprintf compatible format string. @@ -66,8 +66,8 @@ typedef struct Dav1dSettings { int all_layers; ///< output all spatial layers of a scalable AV1 biststream unsigned frame_size_limit; ///< maximum frame size, in pixels (0 = unlimited) uint8_t reserved[32]; ///< reserved for future use - Dav1dPicAllocator allocator; - Dav1dLogger logger; + Dav1dPicAllocator allocator; ///< Picture allocator callback. + Dav1dLogger logger; ///< Logger callback. May be set to NULL to disable logging. } Dav1dSettings; /** -- cgit v1.2.3