summaryrefslogtreecommitdiff
path: root/libavcodec/mjpeg_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/mjpeg_parser.c')
-rw-r--r--libavcodec/mjpeg_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c
index c1a47eb38b..40841c3b37 100644
--- a/libavcodec/mjpeg_parser.c
+++ b/libavcodec/mjpeg_parser.c
@@ -34,7 +34,7 @@ typedef struct MJPEGParserContext{
}MJPEGParserContext;
/**
- * 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 find_frame_end(MJPEGParserContext *m, const uint8_t *buf, int buf_size){