From 0dde5c5efaefc0484021e6e5399dcb7206922b42 Mon Sep 17 00:00:00 2001 From: Andrew Sayers Date: Wed, 28 Feb 2024 17:09:41 +0000 Subject: [PATCH] avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment Doxygen only associates this comment with "pts_correction_num_faulty_pts", causing it to display incorrectly. Signed-off-by: Andrew Sayers --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 58c581a5c0..8aa1356b8c 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1827,7 +1827,7 @@ typedef struct AVCodecContext { */ const struct AVCodecDescriptor *codec_descriptor; - /** + /* * Current statistics for PTS correction. * - decoding: maintained and used by libavcodec, not intended to be used by user apps * - encoding: unused