From 98a2ade63063265c32232fc07ba98073b184245b Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Wed, 13 Mar 2024 21:56:59 +0000 Subject: [PATCH] avcodec: Fix doxygen comment marker --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 21fc74707f..554501aa44 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1505,7 +1505,7 @@ typedef struct AVCodecContext { */ int hwaccel_flags; - /* + /** * Video decoding only. Sets the number of extra hardware frames which * the decoder will allocate for use by the caller. This must be set * before avcodec_open2() is called.