]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/parser.c
v410enc: include correct headers
[ffmpeg] / libavcodec / parser.c
index 03f548ef6ae34c67f4f9f8abbbdab8a099fc6c7d..9fd7af6ce6453f7c2eb24de2852f792ec4592ae9 100644 (file)
@@ -216,7 +216,7 @@ void av_parser_close(AVCodecParserContext *s)
 /*****************************************************/
 
 /**
- * combines the (truncated) bitstream to a complete frame
+ * Combine the (truncated) bitstream to a complete frame.
  * @return -1 if no complete frame could be created, AVERROR(ENOMEM) if there was a memory allocation error
  */
 int ff_combine_frame(ParseContext *pc, int next, const uint8_t **buf, int *buf_size)