diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index e85dff355c..e1f7ee586f 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -66,9 +66,9 @@ typedef struct VideoDSPContext { /** * Prefetch memory into cache (if supported by hardware). * - * @buf pointer to buffer to prefetch memory from - * @stride distance between two lines of buf (in bytes) - * @h number of lines to prefetch + * @param buf pointer to buffer to prefetch memory from + * @param stride distance between two lines of buf (in bytes) + * @param h number of lines to prefetch */ void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); } VideoDSPContext; diff --git a/libavutil/pixdesc.h b/libavutil/pixdesc.h index 67b8dbc1a2..e88bf9b92a 100644 --- a/libavutil/pixdesc.h +++ b/libavutil/pixdesc.h @@ -125,7 +125,7 @@ typedef struct AVPixFmtDescriptor{ #if FF_API_PIX_FMT /** - * @deprecate use the AV_PIX_FMT_FLAG_* flags + * @deprecated use the AV_PIX_FMT_FLAG_* flags */ #define PIX_FMT_BE AV_PIX_FMT_FLAG_BE #define PIX_FMT_PAL AV_PIX_FMT_FLAG_PAL