[FFmpeg-devel] [PATCH 13/13] Document AVFilterInOut fields.
Michael Niedermayer
michaelni
Sat Nov 6 02:37:16 CET 2010
On Sat, Nov 06, 2010 at 02:25:30AM +0100, Stefano Sabatini wrote:
> ---
> libavfilter/graphparser.h | 5 ++++-
> 1 files changed, 4 insertions(+), 1 deletions(-)
>
> diff --git a/libavfilter/graphparser.h b/libavfilter/graphparser.h
> index 2902524..c74644a 100644
> --- a/libavfilter/graphparser.h
> +++ b/libavfilter/graphparser.h
> @@ -29,10 +29,13 @@
> * A linked-list of the inputs/outputs of the filter chain.
> */
> typedef struct AVFilterInOut {
> + /** label for this link */
> char *name;
> + /** filter context connected to this link */
> AVFilterContext *filter_ctx;
> + /** index of the filter context pad to use for linking */
> int pad_idx;
> -
> + /** next inout in the list, or NULL if this is the last */
> struct AVFilterInOut *next;
> } AVFilterInOut;
all this is just confusing or redundant
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Opposition brings concord. Out of discord comes the fairest harmony.
-- Heraclitus
-------------- 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/20101106/2f581723/attachment.pgp>
More information about the ffmpeg-devel
mailing list