You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Rename avfilter_parse_graph() to avfilter_graph_parse(), for better
consistency with the rest of the API. Originally committed as revision 17624 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -329,7 +329,7 @@ static int parse_outputs(const char **buf, AVFilterInOut **curr_inputs, | ||||
|     return pad; | ||||
| } | ||||
|  | ||||
| int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, | ||||
| int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, | ||||
|                          AVFilterInOut *open_inputs, | ||||
|                          AVFilterInOut *open_outputs, AVClass *log_ctx) | ||||
| { | ||||
|   | ||||
| @@ -45,7 +45,7 @@ typedef struct AVFilterInOut { | ||||
|  * @param outputs linked list to the outputs of the graph | ||||
|  * @return        zero on success, -1 on error | ||||
|  */ | ||||
| int avfilter_parse_graph(AVFilterGraph *graph, const char *filters, | ||||
| int avfilter_graph_parse(AVFilterGraph *graph, const char *filters, | ||||
|                          AVFilterInOut *inputs, AVFilterInOut *outputs, | ||||
|                          AVClass *log_ctx); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user