You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	indent
Originally committed as revision 13251 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -141,10 +141,10 @@ char *av_strdup(const char *s) | ||||
| { | ||||
|     char *ptr= NULL; | ||||
|     if(s){ | ||||
|     int len = strlen(s) + 1; | ||||
|     ptr = av_malloc(len); | ||||
|     if (ptr) | ||||
|         memcpy(ptr, s, len); | ||||
|         int len = strlen(s) + 1; | ||||
|         ptr = av_malloc(len); | ||||
|         if (ptr) | ||||
|             memcpy(ptr, s, len); | ||||
|     } | ||||
|     return ptr; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user