]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/latm_parser.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavcodec / latm_parser.c
index e8ed4cbb35e0a0e9325e1a87a7a3ab5f0b822bc2..6cf45c89a8b4df90d4f54ef2297a95dc52674cd9 100644 (file)
@@ -36,7 +36,7 @@ typedef struct LATMParseContext{
 } LATMParseContext;
 
 /**
- * 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 latm_find_frame_end(AVCodecParserContext *s1, const uint8_t *buf,