Skip to content

Commit

Permalink
showfiltfmts: destroy filter context before exit
Browse files Browse the repository at this point in the history
git-svn-id: file:///var/local/repositories/ffmpeg/trunk@24722 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
  • Loading branch information
mru committed Aug 6, 2010
1 parent 968676d commit 052c4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/lavfi-showfiltfmts.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 052c4f7

Please sign in to comment.