You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	assdec: don't remove CR, they are part of the spec
Originally committed as revision 15442 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -37,7 +37,7 @@ static void get_line(ByteIOContext *s, char *buf, int maxlen) | ||||
|  | ||||
|     do{ | ||||
|         c = get_byte(s); | ||||
|         if (i < maxlen-1 && c != '\r') | ||||
|         if (i < maxlen-1) | ||||
|             buf[i++] = c; | ||||
|     }while(c != '\n' && c); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user