mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08: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:
committed by
Anton Khirnov
parent
4be6d065d4
commit
67298d8ea1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user