]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/parser.c
Fix incorrect increment in sgidec.c
[ffmpeg] / libavcodec / parser.c
index ff71656f78f0cedfda812d72855f3154ffe29042..058d78a6aaf17a9fc98453e072f262492d4da702 100644 (file)
@@ -214,7 +214,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)