[FFmpeg-devel] [PATCH] Make avfilter_graph_free() free the graph.
Måns Rullgård
mans
Wed Feb 2 13:09:00 CET 2011
Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:
> (Note to the committers: update minor).
> --
> FFmpeg = Fabulous Friendly Mean Ponderous Embarassing Gadget
>
>
> /**
> - * Free a graph and destroy its links, graph may be NULL.
> + * Free a graph, destroy its links, and set *graph to NULL.
> + * If *graph is NULL, do nothing.
> */
> -void avfilter_graph_free(AVFilterGraph *graph);
> +void avfilter_graph_free(AVFilterGraph **graph);
This is an API/ABI change. That needs a major version bump.
--
M?ns Rullg?rd
mans at mansr.com
More information about the ffmpeg-devel
mailing list