Commit 2ece7d94 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5ce04c14'

* commit '5ce04c14':
  Use correct Doxygen syntax

Conflicts:
	libavcodec/atrac3.c
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 16bb8faa 5ce04c14
...@@ -66,9 +66,9 @@ typedef struct VideoDSPContext { ...@@ -66,9 +66,9 @@ typedef struct VideoDSPContext {
/** /**
* Prefetch memory into cache (if supported by hardware). * Prefetch memory into cache (if supported by hardware).
* *
* @buf pointer to buffer to prefetch memory from * @param buf pointer to buffer to prefetch memory from
* @stride distance between two lines of buf (in bytes) * @param stride distance between two lines of buf (in bytes)
* @h number of lines to prefetch * @param h number of lines to prefetch
*/ */
void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h); void (*prefetch)(uint8_t *buf, ptrdiff_t stride, int h);
} VideoDSPContext; } VideoDSPContext;
......
...@@ -125,7 +125,7 @@ typedef struct AVPixFmtDescriptor{ ...@@ -125,7 +125,7 @@ typedef struct AVPixFmtDescriptor{
#if FF_API_PIX_FMT #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_BE AV_PIX_FMT_FLAG_BE
#define PIX_FMT_PAL AV_PIX_FMT_FLAG_PAL #define PIX_FMT_PAL AV_PIX_FMT_FLAG_PAL
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment