]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cavs_parser.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / cavs_parser.c
index 0f4c1b274d20f1561604466079632aa34d2431b4..690ef54f97b3960be30903b8a6f16c8d0f6666c9 100644 (file)
@@ -30,7 +30,7 @@
 
 
 /**
- * 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 cavs_find_frame_end(ParseContext *pc, const uint8_t *buf,