]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg4video_parser.h
Fix parser not to clobber has_b_frames when extradata is set.
[ffmpeg] / libavcodec / mpeg4video_parser.h
index d907dc4d5bce1dc567e7611e958e1d72e0475596..0f56e7fd9efa8a38e7b89ce80ba51604b4c654ea 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);