comparison rm.h @ 5909:b8041f85c327 libavformat

Replace @returns by @return.
author benoit
date Tue, 30 Mar 2010 15:50:57 +0000
parents 6ff00deb94fb
children 87e28edf7a98
comparison
equal deleted inserted replaced
5908:e0e34711fc2e 5909:b8041f85c327
83 * @param s context containing RMContext and ByteIOContext for stream reading 83 * @param s context containing RMContext and ByteIOContext for stream reading
84 * @param pb context to read the data from 84 * @param pb context to read the data from
85 * @param st stream that this packet belongs to 85 * @param st stream that this packet belongs to
86 * @param rst Real-specific stream information 86 * @param rst Real-specific stream information
87 * @param pkt location to store the packet data 87 * @param pkt location to store the packet data
88 * @returns the number of samples left for subsequent calls to this same 88 * @return the number of samples left for subsequent calls to this same
89 * function, or 0 if all samples have been retrieved. 89 * function, or 0 if all samples have been retrieved.
90 */ 90 */
91 int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb, 91 int ff_rm_retrieve_cache (AVFormatContext *s, ByteIOContext *pb,
92 AVStream *st, RMStream *rst, AVPacket *pkt); 92 AVStream *st, RMStream *rst, AVPacket *pkt);
93 93