X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmjpeg_parser.c;h=40841c3b37f1d51ace3d99e28adb9b862347c01d;hb=a2c419848df3e76e164bd19c3841f39d2971d326;hp=c1a47eb38ba4e459c7ac8a8eba8868819ca30194;hpb=7b0b10ce4186eaa1cd3c0a2bfbb86307d65eecfd;p=ffmpeg diff --git a/libavcodec/mjpeg_parser.c b/libavcodec/mjpeg_parser.c index c1a47eb38ba..40841c3b37f 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){