summaryrefslogtreecommitdiff
path: root/libavcodec/videodsp.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-10-03 17:46:36 +0200
committerDiego Biurrun <diego@biurrun.de>2013-10-03 17:53:51 +0200
commit5ce04c14dd3dd3670cbdba82275a3a72c716ec6f (patch)
treee093e29dc952c5be07be09e545822186c9a97352 /libavcodec/videodsp.h
parent4be292dac7e7f0586053fcced8d530ccf4ebef29 (diff)
Use correct Doxygen syntax
Diffstat (limited to 'libavcodec/videodsp.h')
-rw-r--r--libavcodec/videodsp.h6
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;