You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavf/subtitles: fix CLRF/CRLF typo.
This commit is contained in:
		| @@ -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. | ||||
|  * | ||||
|   | ||||
		Reference in New Issue
	
	Block a user