1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-10-30 23:18:11 +02:00

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

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