lavf/subtitles: Make comment less arrogant

Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
pull/36/head
Alexander Strasser 12 years ago
parent 04427182bc
commit 069010ffae
  1. 4
      libavformat/subtitles.h

@ -99,8 +99,8 @@ void ff_subtitles_read_chunk(AVIOContext *pb, AVBPrint *buf);
/** /**
* Get the number of characters to increment to jump to the next line, or to * Get the number of characters to increment to jump to the next line, or to
* the end of the string. * the end of the string.
* The function handles the following line breaks schemes: LF (any sane * The function handles the following line breaks schemes:
* system), CRLF (MS), or standalone CR (old MacOS). * LF, CRLF (MS), or standalone CR (old MacOS).
*/ */
static av_always_inline int ff_subtitles_next_line(const char *ptr) static av_always_inline int ff_subtitles_next_line(const char *ptr)
{ {

Loading…
Cancel
Save