X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fxvmc.h;h=fdaea7eab776bec6a5ed6c6a8179615506663f4f;hb=e387c9d5dd56e1f29470ee933027ee3d92f9cfd6;hp=93ad8bb9a58e0f30c4204ef2bebf3ed709d6185c;hpb=8c1ebdcea2d3f84bd5c01ce3dce5e619c845bc0f;p=ffmpeg diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 93ad8bb9a58..fdaea7eab77 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -21,10 +21,23 @@ #ifndef AVCODEC_XVMC_H #define AVCODEC_XVMC_H +/** + * @file + * @ingroup lavc_codec_hwaccel_xvmc + * Public libavcodec XvMC header. + */ + #include #include "avcodec.h" +/** + * @defgroup lavc_codec_hwaccel_xvmc XvMC + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + #define AV_XVMC_ID 0x1DC711C0 /**< special value to ensure that regular pixel routines haven't corrupted the struct the number is 1337 speak for the letters IDCT MCo (motion compensation) */ @@ -148,4 +161,8 @@ struct xvmc_pix_fmt { int next_free_data_block_num; }; +/** + * @} + */ + #endif /* AVCODEC_XVMC_H */