[FFmpeg-cvslog] avcodec/vdpau: Fix doxy comment typo
Marvin Scholz
git at videolan.org
Mon Oct 17 11:00:40 EEST 2022
ffmpeg | branch: master | Marvin Scholz <epirat07 at gmail.com> | Sat Sep 24 19:07:58 2022 +0200| [295d2171177faa3a47b9393e547164a86e4fff24] | committer: Anton Khirnov
avcodec/vdpau: Fix doxy comment typo
This is clearly supposed to be a doxy comment and needed to properly
close the group.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=295d2171177faa3a47b9393e547164a86e4fff24
---
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 */
More information about the ffmpeg-cvslog
mailing list