From 295d2171177faa3a47b9393e547164a86e4fff24 Mon Sep 17 00:00:00 2001 From: Marvin Scholz Date: Sat, 24 Sep 2022 19:07:58 +0200 Subject: [PATCH] avcodec/vdpau: Fix doxy comment typo This is clearly supposed to be a doxy comment and needed to properly close the group. --- libavcodec/vdpau.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 3010094d93..35c4b1096b 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -152,6 +152,6 @@ int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type, */ AVVDPAUContext *av_vdpau_alloc_context(void); -/* @}*/ +/** @} */ #endif /* AVCODEC_VDPAU_H */