]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1_parser.c
indeo5: Fix null pointer dereferences of ref_mb
[ffmpeg] / libavcodec / vc1_parser.c
index 88724e54fd5a12ba798596e54d06b065dedc5ad8..5e1bd2cd5f3418106071e2eda4a80b7311adde43 100644 (file)
@@ -96,7 +96,7 @@ static void vc1_extract_headers(AVCodecParserContext *s, AVCodecContext *avctx,
 }
 
 /**
- * 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 vc1_find_frame_end(ParseContext *pc, const uint8_t *buf,