From d31e075e92ee78fece95c5c4277ed358bc7cd21f Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 11 Aug 2025 10:35:23 +0200 Subject: [PATCH] vo_postprocess.h: deprecate also in_tile_mode + fix the info - brief (actually really just ontput format) + missing doxy block asterisk --- src/vo_postprocess.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/vo_postprocess.h b/src/vo_postprocess.h index 49d484122..c26d5e816 100644 --- a/src/vo_postprocess.h +++ b/src/vo_postprocess.h @@ -72,8 +72,11 @@ typedef void *(*vo_postprocess_init_t)(const char *cfg); */ typedef bool (*vo_postprocess_reconfigure_t)(void *state, struct video_desc desc); typedef struct video_frame * (*vo_postprocess_getf_t)(void *state); -/* - * Returns various information about postprocessor format not only output (legacy name). +/** + * Returns information about postprocessor output format + * + * @todo @c in_tile_mode should be perhaps removed - unused and supersedded by + * @ref VO_PP_VIDEO_MODE * * @param s postprocessor state * @param out output video description according to input parameters