[FFmpeg-devel] [PATCH 5/5] showfiltfmts: destroy filter context before exit

Stefano Sabatini stefano.sabatini-lala
Sat Aug 7 00:10:59 CEST 2010


On date Friday 2010-08-06 20:21:15 +0100, Mans Rullgard encoded:
> ---
>  tools/lavfi-showfiltfmts.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/tools/lavfi-showfiltfmts.c b/tools/lavfi-showfiltfmts.c
> index da3dc7b..0671bcd 100644
> --- a/tools/lavfi-showfiltfmts.c
> +++ b/tools/lavfi-showfiltfmts.c
> @@ -93,6 +93,7 @@ int main(int argc, char **argv)
>                     av_pix_fmt_descriptors[fmts->formats[j]].name);
>      }
>  
> +    avfilter_destroy(filter_ctx);
>      fflush(stdout);
>      return 0;

All patches look fine to me, thanks.
-- 
FFmpeg = Fundamental and Faithless Mere Pitiful Elfic Gangster



More information about the ffmpeg-devel mailing list