X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdxva2.h;h=c06f1f333271e6f9ceb39611e46f2093fce7df8e;hb=bb6941af2afd057c3897afb78d034de2c355b8a0;hp=53a00fff1744c84fc7002a93ab61d3274ab59dd2;hpb=dcce09d64bd13ab13b86307f5a268e5c1e50c7e2;p=ffmpeg diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h index 53a00fff174..c06f1f33327 100644 --- a/libavcodec/dxva2.h +++ b/libavcodec/dxva2.h @@ -23,10 +23,24 @@ #ifndef AVCODEC_DXVA_H #define AVCODEC_DXVA_H +/** + * @file + * @ingroup lavc_codec_hwaccel_dxva2 + * Public libavcodec DXVA2 header. + */ + #include +#include #include +/** + * @defgroup lavc_codec_hwaccel_dxva2 DXVA2 + * @ingroup lavc_codec_hwaccel + * + * @{ + */ + #define FF_DXVA2_WORKAROUND_SCALING_LIST_ZIGZAG 1 ///< Work around for DXVA2 and old UVD/UVD+ ATI video cards /** @@ -67,4 +81,8 @@ struct dxva_context { unsigned report_id; }; +/** + * @} + */ + #endif /* AVCODEC_DXVA_H */