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

@ -36,7 +36,7 @@ typedef struct LATMParseContext{
} LATMParseContext;
/**
* finds the end of the current frame in the bitstream.
* Find the end of the current frame in the bitstream.
* @return the position of the first byte of the next frame, or -1
*/
static int latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf,