[FFmpeg-cvslog] lavf/subtitles: fix CLRF/CRLF typo.

Clément Bœsch git at videolan.org
Sun Dec 30 23:14:41 CET 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Sun Dec 30 23:14:34 2012 +0100| [949506191a8199818327203e825edf1a804603b6] | committer: Clément Bœsch

lavf/subtitles: fix CLRF/CRLF typo.

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

 libavformat/subtitles.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/subtitles.h b/libavformat/subtitles.h
index eb76192..455b374 100644
--- a/libavformat/subtitles.h
+++ b/libavformat/subtitles.h
@@ -85,7 +85,7 @@ const char *ff_smil_get_attr_ptr(const char *s, const char *attr);
  * @brief Read a subtitles chunk.
  *
  * A chunk is defined by a multiline "event", ending with a second line break.
- * The trailing line breaks are trimmed. CLRF are supported.
+ * The trailing line breaks are trimmed. CRLF are supported.
  * Example: "foo\r\nbar\r\n\r\nnext" will print "foo\r\nbar" into buf, and pb
  * will focus on the 'n' of the "next" string.
  *



More information about the ffmpeg-cvslog mailing list