mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00: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:
parent
d7dbe55823
commit
86a47378d5
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user