[FFmpeg-devel] [PATCH 4/4] Add avfilter_graph_insert_filter().
Michael Niedermayer
michaelni
Wed Dec 1 17:57:45 CET 2010
On Wed, Dec 01, 2010 at 03:38:47PM +0100, Stefano Sabatini wrote:
[...]
> diff --git a/libavfilter/avfiltergraph.h b/libavfilter/avfiltergraph.h
> index ca369aa..7db7036 100644
> --- a/libavfilter/avfiltergraph.h
> +++ b/libavfilter/avfiltergraph.h
> @@ -53,6 +53,22 @@ AVFilterContext *avfilter_graph_get_filter(AVFilterGraph *graph, char *name);
> int avfilter_graph_add_filter(AVFilterGraph *graphctx, AVFilterContext *filter);
>
> /**
> + * Create and add a filter context into an existing graph.
filter context?
what is that supposed to mean?
You surely create and add filter (instances) and not "just" contexts
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Avoid a single point of failure, be that a person or equipment.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20101201/c2e63362/attachment.pgp>
More information about the ffmpeg-devel
mailing list