diff options
author | Marvin Scholz <epirat07@gmail.com> | 2022-09-24 19:07:58 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2022-10-17 09:51:47 +0200 |
commit | 295d2171177faa3a47b9393e547164a86e4fff24 (patch) | |
tree | 0261ad61d63fe30107bed36a9a82f3e4b8db8ff9 /libavcodec | |
parent | c468a8c04ff8469e59c62ece66af2787b35939da (diff) | |
download | ffmpeg-295d2171177faa3a47b9393e547164a86e4fff24.tar.gz |
avcodec/vdpau: Fix doxy comment typo
This is clearly supposed to be a doxy comment and needed to properly
close the group.
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vdpau.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |