avcodec/videotoolbox: Add proper doxy group

Same as done for other HW decoders, that way it will be
properly listed on the relevant module page.
This commit is contained in:
Marvin Scholz 2022-09-24 19:11:34 +02:00 committed by Anton Khirnov
parent 4be6d065d4
commit 67298d8ea1
1 changed files with 9 additions and 0 deletions

View File

@ -29,6 +29,15 @@
* Public libavcodec Videotoolbox header.
*/
/**
* @defgroup lavc_codec_hwaccel_videotoolbox VideoToolbox Decoder
* @ingroup lavc_codec_hwaccel
*
* Hardware accelerated decoding using VideoToolbox on Apple Platforms
*
* @{
*/
#include <stdint.h>
#define Picture QuickdrawPicture