mirror of https://git.ffmpeg.org/ffmpeg.git
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:
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
|
||||
|
|
Loading…
Reference in New Issue