[FFmpeg-devel] [PATCH 02/17] avfilter: remove stray semicolon

Ronald S. Bultje rsbultje
Tue Jan 18 20:47:46 CET 2011


Hi,

On Tue, Jan 18, 2011 at 2:32 PM, Mans Rullgard <mans at mansr.com> wrote:
> ---
> ?libavfilter/avfilter.h | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavfilter/avfilter.h b/libavfilter/avfilter.h
> index 22b8b1c..ad8b1e5 100644
> --- a/libavfilter/avfilter.h
> +++ b/libavfilter/avfilter.h
> @@ -227,7 +227,7 @@ typedef struct AVFilterFormats {
>
> ? ? unsigned refcount; ? ? ? ? ?///< number of references to this list
> ? ? struct AVFilterFormats ***refs; ///< references to this list
> -} ?AVFilterFormats;;
> +} ?AVFilterFormats;
>
> ?/**
> ?* Create a list of supported formats. This is intended for use in
> --
> 1.7.3.5

OK.

Ronald



More information about the ffmpeg-devel mailing list