diff options
author | Diego Biurrun <diego@biurrun.de> | 2013-10-03 17:46:36 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2013-10-03 17:53:51 +0200 |
commit | 5ce04c14dd3dd3670cbdba82275a3a72c716ec6f (patch) | |
tree | e093e29dc952c5be07be09e545822186c9a97352 /libavcodec/videodsp.h | |
parent | 4be292dac7e7f0586053fcced8d530ccf4ebef29 (diff) | |
download | ffmpeg-5ce04c14dd3dd3670cbdba82275a3a72c716ec6f.tar.gz |
Use correct Doxygen syntax
Diffstat (limited to 'libavcodec/videodsp.h')
-rw-r--r-- | libavcodec/videodsp.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libavcodec/videodsp.h b/libavcodec/videodsp.h index 7d785939f3..bd2f7635b4 100644 --- a/libavcodec/videodsp.h +++ b/libavcodec/videodsp.h @@ -54,9 +54,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; |