]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda.h
Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'
[ffmpeg] / libavcodec / vda.h
index 6e9de9cd0a46bf7f8512563d5a8f709ddac29b52..4ea0e9f3b285d3c0c7f115ed21e87f2fd26673ce 100644 (file)
 #ifndef AVCODEC_VDA_H
 #define AVCODEC_VDA_H
 
+/**
+ * @file
+ * @ingroup lavc_codec_hwaccel_vda
+ * Public libavcodec VDA header.
+ */
+
 #include <pthread.h>
 #include <stdint.h>
 
 #include <VideoDecodeAcceleration/VDADecoder.h>
 #undef Picture
 
+/**
+ * @defgroup lavc_codec_hwaccel_vda VDA
+ * @ingroup lavc_codec_hwaccel
+ *
+ * @{
+ */
+
 /**
  *  This structure is used to store a decoded frame information and data.
  */
@@ -165,4 +178,8 @@ vda_frame *ff_vda_queue_pop(struct vda_context *vda_ctx);
 /** Release the given frame. */
 void ff_vda_release_vda_frame(vda_frame *frame);
 
+/**
+ * @}
+ */
+
 #endif /* AVCODEC_VDA_H */