]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dca_parser.c
timecode: fix typo
[ffmpeg] / libavcodec / dca_parser.c
index 851c31bcaf8ceba3484dac0bee54c1b9d0eb3c1f..0c8ea8a07f48a6eaf663b5afe112f1dc06a16b8d 100644 (file)
@@ -39,7 +39,7 @@ typedef struct DCAParseContext {
  || state == DCA_MARKER_RAW_LE || state == DCA_MARKER_RAW_BE || state == DCA_HD_MARKER)
 
 /**
- * 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 dca_find_frame_end(DCAParseContext * pc1, const uint8_t * buf,