avcodec/vdpau: Fix doxy comment typo

This is clearly supposed to be a doxy comment and needed to properly
close the group.
This commit is contained in:
Marvin Scholz 2022-09-24 19:07:58 +02:00 committed by Anton Khirnov
parent c468a8c04f
commit 295d217117
1 changed files with 1 additions and 1 deletions

View File

@ -152,6 +152,6 @@ int av_vdpau_get_surface_parameters(AVCodecContext *avctx, VdpChromaType *type,
*/
AVVDPAUContext *av_vdpau_alloc_context(void);
/* @}*/
/** @} */
#endif /* AVCODEC_VDPAU_H */