doxygen: misc consistency, spelling and wording fixes

This commit is contained in:
Diego Biurrun
2011-12-07 13:03:53 +01:00
parent 8b494b7b27
commit 58c42af722
51 changed files with 179 additions and 179 deletions

View File

@@ -216,7 +216,7 @@ void av_parser_close(AVCodecParserContext *s)
/*****************************************************/
/**
* combines the (truncated) bitstream to a complete frame
* Combine the (truncated) bitstream to a complete frame.
* @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)