X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fmpeg4video_parser.h;h=50f8b44403f2da4e171e6b727e37ca32aa1eb872;hb=c48883163d6c7ff0806687bf3ee33ca9f8e7dede;hp=822a24cb99605331120d1f21e624dcfa767727a5;hpb=70d9fb696393277247101da47e67d568a6aea4d9;p=ffmpeg diff --git a/libavcodec/mpeg4video_parser.h b/libavcodec/mpeg4video_parser.h index 822a24cb996..50f8b44403f 100644 --- a/libavcodec/mpeg4video_parser.h +++ b/libavcodec/mpeg4video_parser.h @@ -26,7 +26,7 @@ #include "parser.h" /** - * 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 */ int ff_mpeg4_find_frame_end(ParseContext *pc, const uint8_t *buf, int buf_size);