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 daa65483cd..5b83e59dcd 100644
--- a/libavcodec/mjpeg_parser.c
+++ b/libavcodec/mjpeg_parser.c
@@ -30,7 +30,7 @@
/**
- * 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(ParseContext *pc, const uint8_t *buf, int buf_size){