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 --- libavformat/rm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rm.h') diff --git a/libavformat/rm.h b/libavformat/rm.h index f5110b93e1..4e63114a11 100644 --- a/libavformat/rm.h +++ b/libavformat/rm.h @@ -85,7 +85,7 @@ int ff_rm_parse_packet (AVFormatContext *s, ByteIOContext *pb, * @param st stream that this packet belongs to * @param rst Real-specific stream information * @param pkt location to store the packet data - * @returns the number of samples left for subsequent calls to this same + * @return the number of samples left for subsequent calls to this same * function, or 0 if all samples have been retrieved. */ int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb, -- cgit v1.2.3