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

Alexander Strasser eclipse7 at gmx.net
Tue Sep 10 01:12:11 CEST 2013


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

  I beg people to refrain from comments like this. I believe it does
more harm than it helps.

 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)
 {
-- 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20130910/541666ad/attachment.asc>


More information about the ffmpeg-devel mailing list