[FFmpeg-devel] [PATCH v3 13/54] avcodec/vdpau: Fix doxy comment typo
Marvin Scholz
epirat07 at gmail.com
Sun Sep 25 03:10:40 EEST 2022
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 */
--
2.37.0 (Apple Git-136)
More information about the ffmpeg-devel
mailing list