Browse Source

lavf/subtitles: fix CLRF/CRLF typo.

tags/n1.1
Clément Bœsch 13 years ago
parent
commit
949506191a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/subtitles.h

+ 1
- 1
libavformat/subtitles.h View File

@@ -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.
*


Loading…
Cancel
Save