diff mbox series

[FFmpeg-devel,v3,13/54] avcodec/vdpau: Fix doxy comment typo

Message ID 20220925001121.37721-14-epirat07@gmail.com
State Accepted
Commit 295d2171177faa3a47b9393e547164a86e4fff24
Headers show
Series Various Doxygen fixes | expand

Commit Message

Marvin Scholz Sept. 25, 2022, 12:10 a.m. UTC
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 mbox series

Patch

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 */