Commit 56e0d112 authored by Måns Rullgård's avatar Måns Rullgård

showfiltfmts: destroy filter context before exit

Originally committed as revision 24722 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c61f84bf
......@@ -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;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment