]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mjpeg_parser.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / mjpeg_parser.c
index c1a47eb38ba4e459c7ac8a8eba8868819ca30194..40841c3b37f1d51ace3d99e28adb9b862347c01d 100644 (file)
@@ -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){