You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Remove the const qualifier for the name field of AVFilterInOut, since
it is meant to be freed. Fix warnings. Originally committed as revision 19072 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -29,7 +29,7 @@ | ||||
|  * A linked-list of the inputs/outputs of the filter chain. | ||||
|  */ | ||||
| typedef struct AVFilterInOut { | ||||
|     const char *name; | ||||
|     char *name; | ||||
|     AVFilterContext *filter; | ||||
|     int pad_idx; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user