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/parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/parser.c') diff --git a/libavcodec/parser.c b/libavcodec/parser.c index 0b007e9ee4..8f5c77afa7 100644 --- a/libavcodec/parser.c +++ b/libavcodec/parser.c @@ -244,7 +244,7 @@ void av_parser_close(AVCodecParserContext *s) /** * combines the (truncated) bitstream to a complete frame - * @returns -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error + * @return -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error */ int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size) { -- cgit v1.2.3