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

Måns Rullgård mans
Sat Aug 7 00:25:43 CEST 2010


Stefano Sabatini <stefano.sabatini-lala at poste.it> writes:

> 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.

Applied.

-- 
M?ns Rullg?rd
mans at mansr.com



More information about the ffmpeg-devel mailing list