]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vc1_parser.c
flvdec: Fix compiler warning for uninitialized variables
[ffmpeg] / libavcodec / vc1_parser.c
index c660c9cd0d007ab7b94a8ba37d72580f1735d2ed..e6243d9ac00bff85268ef86b79fcdd0651fbb959 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,