summaryrefslogtreecommitdiff
path: root/libavcodec/latm_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/latm_parser.c')
-rw-r--r--libavcodec/latm_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/latm_parser.c b/libavcodec/latm_parser.c
index d2c0244c02..bd941f6dc3 100644
--- a/libavcodec/latm_parser.c
+++ b/libavcodec/latm_parser.c
@@ -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,