summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2010-03-30 15:50:57 +0000
commit32e543f866d9d4b450729e93cd81dacd8c457971 (patch)
tree3e4271e8f798d25c3868584a04dcb52df3eff83f /libavcodec/cavs.c
parent3bccd93ac0b7e5dbb4a335257eaee9d8908dad3c (diff)
Replace @returns by @return.
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/cavs.c')
-rw-r--r--libavcodec/cavs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cavs.c b/libavcodec/cavs.c
index 70677c9586..42335042ab 100644
--- a/libavcodec/cavs.c
+++ b/libavcodec/cavs.c
@@ -572,7 +572,7 @@ void ff_cavs_init_mb(AVSContext *h) {
/**
* save predictors for later macroblocks and increase
* macroblock address
- * @returns 0 if end of frame is reached, 1 otherwise
+ * @return 0 if end of frame is reached, 1 otherwise
*/
int ff_cavs_next_mb(AVSContext *h) {
int i;