]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg4video_parser.h
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / mpeg4video_parser.h
index 822a24cb99605331120d1f21e624dcfa767727a5..50f8b44403f2da4e171e6b727e37ca32aa1eb872 100644 (file)
@@ -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);