[FFmpeg-cvslog] lavf/subtitles: Make comment less arrogant

Alexander Strasser git at videolan.org
Sun Sep 15 22:46:52 CEST 2013


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Tue Sep 10 01:07:48 2013 +0200| [069010ffaec1270777f8e30e8b81310204c8e435] | committer: Alexander Strasser

lavf/subtitles: Make comment less arrogant

Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=069010ffaec1270777f8e30e8b81310204c8e435
---

 libavformat/subtitles.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/subtitles.h b/libavformat/subtitles.h
index eced380..dbd9e01 100644
--- a/libavformat/subtitles.h
+++ b/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
  * the end of the string.
- * The function handles the following line breaks schemes: LF (any sane
- * system), CRLF (MS), or standalone CR (old MacOS).
+ * The function handles the following line breaks schemes:
+ * LF, CRLF (MS), or standalone CR (old MacOS).
  */
 static av_always_inline int ff_subtitles_next_line(const char *ptr)
 {



More information about the ffmpeg-cvslog mailing list