From 32e543f866d9d4b450729e93cd81dacd8c457971 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Tue, 30 Mar 2010 15:50:57 +0000 Subject: Replace @returns by @return. Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/cavs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/cavs.c') 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; -- cgit v1.2.3