Replace @returns by @return.
Originally committed as revision 22729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3bccd93ac0
commit
32e543f866
15 changed files with 23 additions and 23 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue