mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 07:40:00 +08:00
doxygen: misc consistency, spelling and wording fixes
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user