[FFmpeg-devel] [PATCH] Fix doxy for AVFilterContext.query_formats
Stefano Sabatini
stefano.sabatini-lala
Thu Jan 7 23:50:16 CET 2010
On date Wednesday 2010-01-06 21:15:10 +0100, Stefano Sabatini encoded:
> Hi, grammar and doxy markup clean-up.
>
> Regards.
> --
> FFmpeg = Friendly and Free Multipurpose Powered Emblematic Gospel
> Index: libavfilter-soc/ffmpeg/libavfilter/avfilter.h
> ===================================================================
> --- libavfilter-soc.orig/ffmpeg/libavfilter/avfilter.h 2010-01-06 21:09:27.000000000 +0100
> +++ libavfilter-soc/ffmpeg/libavfilter/avfilter.h 2010-01-06 21:13:21.000000000 +0100
> @@ -419,11 +419,12 @@
> void (*uninit)(AVFilterContext *ctx);
>
> /**
> - * Query formats supported by the filter and its pads. Should set the
> + * Queries formats supported by the filter and its pads, and sets the
> * in_formats for links connected to its output pads, and out_formats
> * for links connected to its input pads.
> *
> - * Should return zero on success.
> + * @return zero on success, a negative value corresponding to an
> + * AVERROR code otherwise.
> */
> int (*query_formats)(AVFilterContext *);
Considered trivial, and applied as three separated patches.
--
FFmpeg = Fostering and Fast Majestic Portentous Ecumenical Guide
More information about the ffmpeg-devel
mailing list