You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
showfiltfmts: destroy filter context before exit
Originally committed as revision 24722 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user